little patch for "Detect serial columns from pg_depend" and bugfix

From: Quan Zongliang <quanzongliang(at)gmail(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: little patch for "Detect serial columns from pg_depend" and bugfix
Date: 2012-09-04 04:03:55
Message-ID: 50457DAB.3020007@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find the attachments.

pgColumn.patch:

Detect serial columns from pg_depend, not column default (observe deviating
serial name)

pgSequence.patch:

bugfix, in SQL pane of the sequence, the script is

CREATE SEQUENCE xxx
...;
ALTER TABLE ...

Regards,

Quan Zongliang

Attachment Content-Type Size
pgSequence.patch text/plain 600 bytes
pgColumn.patch text/plain 1.3 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Quan Zongliang 2012-09-04 04:19:47 patch for "Sequence: calculate next value to be expected"
Previous Message Guillaume Lelarge 2012-09-03 20:41:21 Re: pgAdmin III commit: Lots of work on domains, and check constraints