> -Original Message-
> From: Josh Berkus [mailto:j...@agliodbs.com]
> Sent: Saturday, February 27, 2010 3:46 PM
> To: Ken Winter
> Cc: pgAdmin Support List
> Subject: Re: [pgadmin-support] How to use SSH tunnels with pgAdmin?
>
>
> > My problem is, I don't know how to set up pgAdmin to us
It appears that using psql directly with the \o and \qecho meta-
commands I can achieve exactly what I want to achieve. I will tinker
with the syntax of these commands, having never used them before.
But I believe that my trip to the documentation has answered my
question.
On Feb 27, 20
Is there a way to have sequential SELECT queries output to the same
file without having the second SELECT overwrite the first.
Here is a sample:
SELECT * FROM prof_texts_lines WHERE source_lines ~*
'(enregistrement)' ORDER BY line_no ;
SELECT * FROM prof_texts_lines WHERE source_lines ~* '
I'm suffering from a lot of dropped connections between pgAdmin and my PG
databases, even after very brief inactivity.
Your documentation at http://www.pgadmin.org/support/faq.php#ConnDrop says:
.you could use a SSH tunnel for PostgreSQL traffic. SSH can be configured to
keep the channel op
Hello,
Are you behind any proxy server?? If yes provide the info by clicking the
proxy server button on the main page of Stackbuilder.
Also can you open the URL specified via any browser??
On Fri, Feb 26, 2010 at 2:07 PM, Thangavel, Yuvaraj <
yuvaraj.thanga...@hp.com> wrote:
> Hi,
>
>
>
> I am