Re: [HACKERS] [PATCHES] Patch - Have psql show current values

2006-08-24 Thread Peter Eisentraut
Dhanaraj M wrote: This patch was discussed a few months ago. I could not complete this patch at that time. I hope that the current version of my patch is acceptable. What is this patch supposed to be doing? -- Peter Eisentraut http://developer.postgresql.org/~petere/

Re: [HACKERS] [PATCHES] Patch - Have psql show current values

2006-08-24 Thread Dhanaraj M
For \ds command, this patch displays the current sequence value(last_value) for each sequence. This was suggested during the earlier discussion. Output of the current patch: -- mydb=# \ds List of relations Schema | Name | Type | Owner |