From: | Andrew Klimov <and_k_98(at)yahoo(dot)com> |
---|---|
To: | pgsql-cygwin(at)postgresql(dot)org |
Subject: | error when running psql -PgSql7.3.1 |
Date: | 2003-01-27 18:07:59 |
Message-ID: | 20030127180759.72247.qmail@web20415.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-cygwin |
Hi,All!
After been successful in compile,make and install PgSQL 7.3.1 I do the following:
PGDATA=/usr/local/pgsql/data
export PGDATA
ipc-daemon &
initdb -E utf-8
postmaster -i &
psql -l shows me
Name | Owner | Encoding
-----------+-------+----------
template0 | | UNICODE
template1 | | UNICODE
(2 rows) -
I can't see Owner! Is it normal? My user is on Russian language.
psql template1.
template1=> select version();
ERROR: current transaction is aborted, queries ignored until end of transaction
block
ERROR: current transaction is aborted, queries ignored until end of transaction
block
Any help would be very appreciated!
---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
From | Date | Subject | |
---|---|---|---|
Next Message | Jason Tishler | 2003-01-27 20:21:26 | Re: Initdb fails... Again! |
Previous Message | Igor Georgiev | 2003-01-27 12:57:25 | Re: [HACKERS] Have a PG 7.3.1 Windows (cygwin) easy installer... now |