[BUGS] BUG #6051: wCTE query fail with wrong error text on a table with rules

2011-06-03 Thread Jehan-Guillaume (ioguix) de Rorthais
The following bug has been logged online: Bug reference: 6051 Logged by: Jehan-Guillaume (ioguix) de Rorthais Email address: j...@dalibo.com PostgreSQL version: 9.1beta1 Operating system: Linux x86_64 Description:wCTE query fail with wrong error text on a table with

[BUGS] ERROR: failed to build any 3-way joins

2010-05-23 Thread Jehan-Guillaume (ioguix) de Rorthais
eid AND member IN ( SELECT oid FROM pg_catalog.pg_roles WHERE rolname='postgres') ORDER BY rolname; ERROR: failed to build any 3-way joins < - -- Jehan-Guillaume (ioguix) de Rorthais DBA http://www.dalibo.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GN

[BUGS] BUG #5301: difference of behaviour between 8.3 and 8.4 on IS NULL with sub rows of nulls

2010-01-29 Thread Jehan-Guillaume (ioguix) de Rorthais
The following bug has been logged online: Bug reference: 5301 Logged by: Jehan-Guillaume (ioguix) de Rorthais Email address: iog...@free.fr PostgreSQL version: 8.3 Operating system: Linux Description:difference of behaviour between 8.3 and 8.4 on IS NULL with sub

[BUGS] BUG #3869: A scenario where pg_dump doesn't dump sequence

2008-01-12 Thread guillaume (ioguix) de Rorthais
The following bug has been logged online: Bug reference: 3869 Logged by: guillaume (ioguix) de Rorthais Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1 Operating system: Linux, MacOSX 10.4.10 Description:A scenario where pg_dump doesn't dump sequence De

Re: [BUGS] BUG #3773: psql segfault on exit

2007-11-22 Thread ioguix
Tom Lane a écrit : "guillaume 'ioguix' de Rorthais" <[EMAIL PROTECTED]> writes: Operating system: macosx 10.4.10 Description:psql segfault on exit If you have any lines longer than 255 bytes in your ~/.psql_history, this is a known bug in Apple'

[BUGS] BUG #3774: create table like including index doesn't update pg_constraints with primary key

2007-11-22 Thread guillaume (ioguix) de Rorthais
The following bug has been logged online: Bug reference: 3774 Logged by: guillaume (ioguix) de Rorthais Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3 beta3 Operating system: mac os x 10.4.10 Description:create table like including index doesn't u

[BUGS] BUG #3773: psql segfault on exit

2007-11-22 Thread guillaume &#x27;ioguix' de Rorthais
The following bug has been logged online: Bug reference: 3773 Logged by: guillaume 'ioguix' de Rorthais Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3 beta3 Operating system: macosx 10.4.10 Description:psql segfault on exit Details: I just

Re: [BUGS] BUG #3619: Renaming sequence does not update its 'sequence_name' field

2007-10-02 Thread Guillaume &#x27;ioguix' de Rorthais
Heikki Linnakangas a écrit : > Tom Lane wrote: >> Alvaro Herrera <[EMAIL PROTECTED]> writes: >>> I am amused by the fact that we store the sequence name in the sequence >>> itself though. >> Yeah, it's a bit pointless. One possible response to this gripe would >> be to take the name out of the seq

Re: [BUGS] BUG #3619: Renaming sequence does not update its 'sequence_name' field

2007-09-26 Thread ioguix
9=# ALTER TABLE sample_seq_to_rename RENAME TO sample_seq; ALTER TABLE br3619=# select sequence_name from sample_seq; sequence_name -- sample_seq_to_rename (1 ligne) ~ -- Guillaume 'ioguix' de Rorthais Bruce

[BUGS] BUG #3619: Renaming sequence does not update its 'sequence_name' field

2007-09-19 Thread Guillaume &#x27;ioguix' de Rorthais
The following bug has been logged online: Bug reference: 3619 Logged by: Guillaume 'ioguix' de Rorthais Email address: [EMAIL PROTECTED] PostgreSQL version: all - cvs Operating system: Linux Description:Renaming sequence does not update its 'seque