little patch for "Detect serial columns from pg_depend" and bugfix - Mailing list pgadmin-hackers

From Quan Zongliang
Subject little patch for "Detect serial columns from pg_depend" and bugfix
Date
Msg-id 50457DAB.3020007@gmail.com
Whole thread Raw
Responses Re: little patch for "Detect serial columns from pg_depend" and bugfix
List 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

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: pgAdmin III commit: Lots of work on domains, and check constraints
Next
From: Quan Zongliang
Date:
Subject: patch for "Sequence: calculate next value to be expected"