[BUGS] Cant start PostgreSQL Using command prompt

2013-09-11 Thread Saravanan Nagarajan
Hi, I am using PostgreSQL. If am starting the db with System Account/ any domain account using wrapper, the DB is starting fine. If i am trying to start the PostgreSQL DB using command prompt, [Normal mode or Run as administrator.], It wont start. I provided full permission for everyone in Postgr

[BUGS] BUG #8443: duplicated oids after dump

2013-09-11 Thread b . rychtarski
The following bug has been logged on the website: Bug reference: 8443 Logged by: Bartłomiej Rychtarski Email address: b.rychtar...@teb-akademia.pl PostgreSQL version: 9.2.4 Operating system: debian Description: executed full dump of database without oids: pg_dump -v -

Re: [BUGS] Cant start PostgreSQL Using command prompt

2013-09-11 Thread Michael Paquier
On Wed, Sep 11, 2013 at 4:00 AM, Saravanan Nagarajan wrote: > Hi, > > I am using PostgreSQL. If am starting the db with System Account/ any domain > account using wrapper, the DB is starting fine. > > If i am trying to start the PostgreSQL DB using command prompt, [Normal mode > or Run as administ

Re: [BUGS] Error by restore a database

2013-09-11 Thread Michael Paquier
On Mon, Sep 9, 2013 at 11:38 PM, Sbis-Partner wrote: > Hello! > > When you restore a database error occurs > > «Pg_restore: creating TABLE dbschema > > pg_restore: [archiver (db)] Error from TOC entry 1428; 1259 83487 TABLE > dbschema User > > pg_restore: [archiver (db)] could not execute query: E

Re: [BUGS] BUG #8440: sevices not started automatically

2013-09-11 Thread Michael Paquier
On Mon, Sep 9, 2013 at 12:55 AM, wrote: > The following bug has been logged on the website: > > Bug reference: 8440 > Logged by: Jitendra Sabat > Email address: sabat.jitendr...@gmail.com > PostgreSQL version: Unsupported/Unknown > Operating system: Window server 2012 > Descr

Re: [BUGS] BUG #8443: duplicated oids after dump

2013-09-11 Thread Andres Freund
On 2013-09-11 12:07:25 +, b.rychtar...@teb-akademia.pl wrote: > executed full dump of database without oids: > pg_dump -v -a -E UTF8 --disable-dollar-quoting --disable-triggers > > > after restoring database from dump in each table there are rows with > duplicated oids So, just to make sure

Re: [BUGS] Cant start PostgreSQL Using command prompt

2013-09-11 Thread John R Pierce
On 9/11/2013 4:00 AM, Saravanan Nagarajan wrote: I am using PostgreSQL. If am starting the db with System Account/ any domain account using wrapper, the DB is starting fine. If i am trying to start the PostgreSQL DB using command prompt, [Normal mode or Run as administrator.], It wont start. I

[BUGS] BUG #8444: ERROR: table name "tblb" specified more than once in subquery

2013-09-11 Thread maps . on
The following bug has been logged on the website: Bug reference: 8444 Logged by: Andreas Email address: maps...@gmx.net PostgreSQL version: 9.3.0 Operating system: openSUSE 12.3 64bit and Windows XP Description: I've got the binaries from EnterpriseDB for 64bit Linux

Re: [BUGS] Cant start PostgreSQL Using command prompt

2013-09-11 Thread Thomas Kellerer
John R Pierce, 11.09.2013 19:19: > btw, afaik Windows command prompt has no idea what & means. No, that's not true. See here for example: -- Sent via pgsql-bugs mailing list