Re: [PATCHES] TODO item: Have psql show current values for a sequence

2008-06-25 Thread Dickson S. Guedes
On Sat, May 24, 2008 at 12:27 AM, Dickson S. Guedes <[EMAIL PROTECTED]> wrote: > Hi all, > > These patch implements the TODO item: Have psql show current values > for a sequence. Hi all, There are some comments or suggestions about this patch? Thanks all. -- []s Dickson S. Guedes --

Re: [PATCHES] TODO item: Have psql show current values for a sequence

2008-05-24 Thread Dickson S. Guedes
On Sat, May 24, 2008 at 2:25 AM, daveg <[EMAIL PROTECTED]> wrote: > On Sat, May 24, 2008 at 12:27:16AM -0300, Dickson S. Guedes wrote: >> Hi all, >> >> These patch implements the TODO item: Have psql show current values >> for a sequence. >> Comments are welcome. >> >> Sequence "public.fo

Re: [PATCHES] TODO item: Have psql show current values for a sequence

2008-05-23 Thread daveg
On Sat, May 24, 2008 at 12:27:16AM -0300, Dickson S. Guedes wrote: > Hi all, > > These patch implements the TODO item: Have psql show current values > for a sequence. > Comments are welcome. > > Sequence "public.foo_bar_seq" > +---+-+-+ > |Col

[PATCHES] TODO item: Have psql show current values for a sequence

2008-05-23 Thread Dickson S. Guedes
Hi all, These patch implements the TODO item: Have psql show current values for a sequence. Comments are welcome. * Credits The original patch were developed by Euler Taveira de Oliveira <[EMAIL PROTECTED]> but how he is a little busy, he sends it to me and I made some changes to satisfy the TOD