Re: [HACKERS] Solution proposal for TODO item "Clients: sequences"

2005-06-06 Thread Jonah H. Harris
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

Re: [HACKERS] Solution proposal for TODO item "Clients: sequences"

2005-06-05 Thread Gevik babakhani
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 \

Re: [HACKERS] Solution proposal for TODO item "Clients: sequences"

2005-06-04 Thread Bruce Momjian
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

Re: [HACKERS] Solution proposal for TODO item "Clients: sequences"

2004-11-29 Thread Bruce Momjian
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

[HACKERS] Solution proposal for TODO item "Clients: sequences"

2004-11-29 Thread Gevik Babakhani
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_