Hi Dave
I have fixed the crash which occurs when user creates a new domain in the
schema. Attached is the patch file.
Please review it and If it looks OK then can you please commit it.
--
*Akshay Joshi
Senior Software Engineer
EnterpriseDB Corporation
The Enterprise PostgreSQL Company
Phone: +91
I'm planning on wrapping 1.16.1 on Monday 3rd December, to allow it to
be shipped with the upcoming PostgreSQL back branch releases. Get yer
patches in now!
--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Comp
Fix incorrect JOIN in query to list databases
The join to pg_shdescription needs to include the object class of the
description, or it will return the same database multiple times for
example when there is both a database and a user with the same oid,
both having description. This can happen eithe
Fix incorrect JOIN in query to list databases
The join to pg_shdescription needs to include the object class of the
description, or it will return the same database multiple times for
example when there is both a database and a user with the same oid,
both having description. This can happen eithe
Hi
On Mon, Nov 26, 2012 at 1:12 AM, aiht wrote:
>
>
>>> * When a pgConn is Duplicate()d, its cache is copied for the new
>>> connection
>>> to use, but as far as I can see this is only called when doing File->New
>>> Window in the query tool. If more pgConns are constructed by Duplicate()
>>> the