Thread: psql goes away in a flash

psql goes away in a flash

From
Ted Rolle
Date:
When I type 'psql' in the cmd window, it brings up a screen that closes too fast to read.  What can I do to fix this?

Re: psql goes away in a flash

From
Andrej Ricnik-Bay
Date:
On 10/27/05, Ted Rolle <ted.rolle@gmail.com> wrote:
> When I type 'psql' in the cmd window, it brings up a screen that closes too
> fast to read.  What can I do to fix this?
Which version of windows, which version of postgres?

Re: psql goes away in a flash

From
"Kevin Crenshaw"
Date:

Do your path set to look in the ‘bin’ folder?

 

Try opening the command window and then change the directory to the Postgres bin folder –

 

Cd “c:\program files\postgresql\8.0\bin”

 

Then type in ‘psql –d DBNAME –U postgres

 

This is assuming you are running Windows 2000/xp pro with version 8.0 and the default install.

 

HTH,

 

Kevin

 

 

 


From: pgsql-novice-owner@postgresql.org [mailto:pgsql-novice-owner@postgresql.org] On Behalf Of Ted Rolle
Sent: Wednesday, October 26, 2005 11:20 AM
To: pgsql-novice@postgresql.org
Subject: [NOVICE] psql goes away in a flash

 

When I type 'psql' in the cmd window, it brings up a screen that closes too fast to read.  What can I do to fix this?