Hello Sir,
I have build postgresql-8.3.6-1PGDG for rhel5.3 x86_64
But I have problem while starting the postgresql server.
When I comment "redirect_stderr" in /var/lib/pgsql/data/postgresql.conf
file
the server starts properly.
If I have the above line the and try to start, I can see
istribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit
TEST3=> \q
Thanks
SureshA
-Original Message-
From: Heikki Linnakangas [mailto:heikki.linnakan...@enterprisedb.com]
Sent: W
ql
Welcome to psql 8.3.6, the PostgreSQL interactive terminal.
Thanks
SureshA
-Original Message-
From: Heikki Linnakangas [mailto:heikki.linnakan...@enterprisedb.com]
Sent: Wednesday, November 11, 2009 2:46 PM
To: suresh adapa
Cc: pgsql-bugs@postgresql.org
Subject: Re: FW: [BUGS] postgresql-8.
I am on Linux using postgresql-8.3.6-1PGDG
Taking Dump using
=
export PGPASSWORD=suresha && pg_dump -b -c -C --format=c -h localhost -p
5432 -U suresha -f /tmp/dump/db/suresha.sql suresha
Trying to Restore the same like
===
[r...@cu018 scripts]# pg