Behalf Of Bruce Momjian
Sent: Sunday, June 05, 2005 3:17 AM
To: Gevik Babakhani
Cc: [EMAIL PROTECTED] Org
Subject: Re: [HACKERS] Solution proposal for TODO item "Clients: sequences"
It would be nice to add the current sequence value to \ds, but the
existing psql query would have to be overha
for TODO item "Clients: sequences"
It would be nice to add the current sequence value to \ds, but the
existing psql query would have to be overhauled to do that. Right now
the same query does all the work for most \
It would be nice to add the current sequence value to \ds, but the
existing psql query would have to be overhauled to do that. Right now
the same query does all the work for most \d commands.
---
Gevik Babakhani wrote:
> De
That would be something good for 8.1 so I will keep your email.
This has been saved for the 8.1 release:
http:/momjian.postgresql.org/cgi-bin/pgpatches2
---
Gevik Babakhani wrote:
> Dear People,
>
> Hereby a propo
Dear People,
Hereby a proposal for the TODO item "Clients: Have psql show current values
for a sequences".
I have added a new slash command to psql client "\sq" for showing the last
values of the
existing sequences in the public schema. The code is only tested on rh9.
The new files are sequence_