[BUGS] postgresql-8.3.6-1PGDG : redirect_stderr = on does not start server

2009-04-07 Thread suresh adapa
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

Re: FW: [BUGS] postgresql-8.3.6-1PGDG : password

2009-11-11 Thread suresh adapa
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

Re: FW: [BUGS] postgresql-8.3.6-1PGDG : password

2009-11-11 Thread suresh adapa
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.

[BUGS] Dump and Restore in postgresql-8.3.6-1PGDG

2010-04-15 Thread suresh adapa
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