error when running psql -PgSql7.3.1 - Mailing list pgsql-cygwin

From Andrew Klimov
Subject error when running psql -PgSql7.3.1
Date
Msg-id 20030127180759.72247.qmail@web20415.mail.yahoo.com
Whole thread Raw
List 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

pgsql-cygwin by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Have a PG 7.3.1 Windows (cygwin) easy installer... now what to do with it?
Next
From: Jason Tishler
Date:
Subject: Re: Initdb fails... Again!