Re: [BUGS] BUG #6683: dropping a table with a serial column from an extension needs to explicitely drop the associated seq

2012-06-09 Thread Craig Ringer
On 06/10/2012 06:14 AM, Tom Lane wrote: phb.e...@free.fr writes: When a table having a seial column has been created by a CREATE EXTENSION, and when this table is later dropped from the extension, the associated sequence must be also explicitely dropped from the extension. This doesn't really s

Re: [BUGS] BUG #6682: pg_dump and sequence values of serial columns for extension configuration tables

2012-06-09 Thread Tom Lane
phb.e...@free.fr writes: > When a table is registered as an extension configuration table and contains > a serial column, the current value of the sequence associated to this serial > column is not dumped by pg_dump. I think the way to make that happen is to also register the sequence as a configu

Re: [BUGS] BUG #6683: dropping a table with a serial column from an extension needs to explicitely drop the associated seq

2012-06-09 Thread Tom Lane
phb.e...@free.fr writes: > When a table having a seial column has been created by a CREATE EXTENSION, > and when this table is later dropped from the extension, the associated > sequence must be also explicitely dropped from the extension. This doesn't really seem like a bug to me. The sequence

Re: [BUGS] BUG #6680: error para ingresar

2012-06-09 Thread Jaime Casanova
On Fri, Jun 8, 2012 at 6:02 PM, wrote: > The following bug has been logged on the website: > > Bug reference:      6680 > Logged by:          jeremy palacios bringas > Email address:      jeremy_2...@hotmail.com > PostgreSQL version: Unsupported/Unknown > Operating system:   datebase server 8.2 >

[BUGS] BUG #6681: pg_extension.extconfig after alter sequence drop table

2012-06-09 Thread phb . emaj
The following bug has been logged on the website: Bug reference: 6681 Logged by: Philippe BEAUDOIN Email address: phb.e...@free.fr PostgreSQL version: 9.1.4 Operating system: Linux Description: When a table has been registered as an extension configuration table, it's

[BUGS] BUG #6682: pg_dump and sequence values of serial columns for extension configuration tables

2012-06-09 Thread phb . emaj
The following bug has been logged on the website: Bug reference: 6682 Logged by: Philippe BEAUDOIN Email address: phb.e...@free.fr PostgreSQL version: 9.1.4 Operating system: Linux Description: When a table is registered as an extension configuration table and contain

[BUGS] BUG #6680: error para ingresar

2012-06-09 Thread jeremy_2595
The following bug has been logged on the website: Bug reference: 6680 Logged by: jeremy palacios bringas Email address: jeremy_2...@hotmail.com PostgreSQL version: Unsupported/Unknown Operating system: datebase server 8.2 Description: trato de ingresar al srvidor y me

[BUGS] BUG #6683: dropping a table with a serial column from an extension needs to explicitely drop the associated seq

2012-06-09 Thread phb . emaj
The following bug has been logged on the website: Bug reference: 6683 Logged by: Philippe BEAUDOIN Email address: phb.e...@free.fr PostgreSQL version: 9.1.4 Operating system: Linux Description: When a table having a seial column has been created by a CREATE EXTENSION,

Re: [BUGS] control character check in JSON type seems broken

2012-06-09 Thread Tom Lane
Robert Haas writes: > On Mon, Jun 4, 2012 at 8:48 PM, Tom Lane wrote: >> And so is that.  IMO the error reporting in this module could stand to >> be reviewed altogether for compliance with our message guidelines. >> (For starters, why is it using errdetail_internal?)  I refrained from >> editori

[BUGS] Tab completion of function arguments not working in all cases

2012-06-09 Thread Dean Rasheed
Hi, I noticed this while testing 9.2, but it seems to go back to at least 8.3. Tab completion of function arguments doesn't work if the function is schema-qualified or double-quoted. So for example, DROP FUNCTION my_function ( completes the functions arguments, but DROP FUNCTION my_schema.