* Have psql show more information about sequences
template1=# \d foo_seq
Sequence "public.foo_seq" Column | Type
---------------+---------sequence_name | namelast_value | bigintincrement_by | bigintmax_value |
bigintmin_value | bigintcache_value | bigintlog_cnt | bigintis_cycled | booleanis_called | boolean
That item seems to be done or have I missed something?
Gavin