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
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
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
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
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
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
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
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
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