Re: [BUGS] Extension tracking temp table and causing update failure

2012-03-06 Thread Phil Sorber
On Tue, Mar 6, 2012 at 5:10 PM, Tom Lane wrote: > Instead, I'm tempted to propose that dependency.c explicitly allow drops > of objects that belong to the current extension, when an extension is > being created or updated.  (That is, if we come across a dependency > reference to the active extensi

Re: [BUGS] BUG #6511: calling spi_exec_query from non-main package, results in: couldn't fetch $_TD

2012-03-06 Thread Alex Hunsaker
On Sat, Mar 3, 2012 at 12:19, wrote: > The following bug has been logged on the website: > > Bug reference:      6511 > Logged by:          Mark Murawski > Email address:      ma...@kobaz.net > PostgreSQL version: 9.1.3 > Operating system:   Linux - Debian Squeeze postgres 9.1 from backports > De

[BUGS] BUG #6522: PostgreSQL does not start

2012-03-06 Thread tatypr18
The following bug has been logged on the website: Bug reference: 6522 Logged by: Tatiana Email address: tatyp...@gmail.com PostgreSQL version: 8.3.0 Operating system: Windows Server 2008 R2 Standard Description: Hello: My postgresql does not start and giving me this

Re: [BUGS] BUG #6480: NLS text width problem

2012-03-06 Thread Tom Lane
Sergey Burladyan writes: > Peter Eisentraut writes: >> Can you prepare a patch? > Surely, I was sent this patch to pgsql-hackers and added to the > commitfest-next to > be sure I'll never lost it > https://commitfest.postgresql.org/action/patch_view?id=816 Hmm, this patch makes it obvious tha

Re: [BUGS] Extension tracking temp table and causing update failure

2012-03-06 Thread Tom Lane
Phil Sorber writes: > Running Postgres 9.1.3. As far as I can tell, when you do an 'alter > table' and add a new column with a new default value a temp table is > created and tracked by the extension as a new object, but when the > 'alter table' statement tries to drop the temp table at the end, t

[BUGS] Extension tracking temp table and causing update failure

2012-03-06 Thread Phil Sorber
Running Postgres 9.1.3. As far as I can tell, when you do an 'alter table' and add a new column with a new default value a temp table is created and tracked by the extension as a new object, but when the 'alter table' statement tries to drop the temp table at the end, the extension complains. I rec

Re: [BUGS] BUG #6480: NLS text width problem

2012-03-06 Thread Sergey Burladyan
Peter Eisentraut writes: > On ons, 2012-02-22 at 22:37 +0400, Sergey Burladyan wrote: > > eshkin...@gmail.com writes: > > > > > The following bug has been logged on the website: > > > > > > Bug reference: 6480 > > > Logged by: Sergey Burladyan > > > Email address: eshkin...@gm

[BUGS] corrupted table postgresql 8.3

2012-03-06 Thread Matteo Sgalaberni
Hi people! I have a pg 8.3. Today I issued in a database that comand: =# ALTER TABLE cliente ADD COLUMN pwd_expired boolean DEFAULT FALSE; WARNING: unexpected attrdef record found for attr 22 of rel cliente WARNING: unexpected attrdef record found for attr 22 of rel cliente WARNING: unexpected

[BUGS] BUG #6521: cannot make connection due to "getsockname() failed: Invalid argument"

2012-03-06 Thread maczniak
The following bug has been logged on the website: Bug reference: 6521 Logged by: Jeongho Jeon Email address: maczn...@gmail.com PostgreSQL version: 9.1.1 Operating system: Windows 7 Description: Hi! PostgreSQL 9.1.1.1 does not accept connections from clients sometime