patch for "Sequence: calculate next value to be expected"

From: Quan Zongliang <quanzongliang(at)gmail(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: patch for "Sequence: calculate next value to be expected"
Date: 2012-09-04 04:19:47
Message-ID: 50458163.2070300@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

Please find the attachments.

I try to make a enhancement to sequence.
As my understanding, add a property item to properties pane.
The nextValue is lastValue + increment;

Is it right?

Regards,

Quan Zongliang

Attachment Content-Type Size
pgSequence.cpp.patch text/plain 1.4 KB
pgSequence.h.patch text/plain 607 bytes

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2012-09-04 08:56:06 Different look and feel of the Documentation on Windows and Linux
Previous Message Quan Zongliang 2012-09-04 04:03:55 little patch for "Detect serial columns from pg_depend" and bugfix