Completed TODO item?

From: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Completed TODO item?
Date: 2004-07-22 05:23:47
Message-ID: Pine.LNX.4.58.0407221522560.12036@linuxworld.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-07-22 05:35:55 Re: [pgsql-hackers-win32] Weird new time zone
Previous Message Greg Stark 2004-07-22 05:09:07 Re: Why we really need timelines *now* in PITR