Re: Completed TODO item?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Completed TODO item?
Date: 2004-07-22 11:49:34
Message-ID: 200407221149.i6MBnYH23600@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


OK, good, marked as done.

---------------------------------------------------------------------------

Gavin Sherry wrote:
> * Have psql show more information about sequences
>
> template1=# \d foo_seq
> Sequence "public.foo_seq"
> Column | Type
> ---------------+---------
> sequence_name | name
> last_value | bigint
> increment_by | bigint
> max_value | bigint
> min_value | bigint
> cache_value | bigint
> log_cnt | bigint
> is_cycled | boolean
> is_called | boolean
>
> That item seems to be done or have I missed something?
>
> Gavin
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Elphick 2004-07-22 12:21:06 Re: Completed TODO item?
Previous Message Oliver Jowett 2004-07-22 11:32:16 Re: [JDBC] V3 protocol + DECLARE problems