Re: sequence properties

From: Andrew McMillan <andrew(at)catalyst(dot)net(dot)nz>
To: booli2 <booli2(at)go2(dot)pl>
Cc: Postgresql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: sequence properties
Date: 2001-08-19 09:22:01
Message-ID: 3B7F8539.5D36080C@catalyst.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

booli2 wrote:
>
> I've got a question: how to get sequence properties (minvalue, maxvalue,
> increment, cache, etc.) using SQL queries ?

SELECT * FROM my_sequence_seq;

Cheers,
Andrew.
--
_____________________________________________________________________
Andrew McMillan, e-mail: Andrew @ catalyst . net . nz
Catalyst IT Ltd, PO Box 10-225, Level 22, 105 The Terrace, Wellington
Me: +64(27)246-7091, Fax:+64(4)499-5596, Office: +64(4)499-2267xtn709

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Horst Herb 2001-08-19 13:20:06 Re: how to use record type
Previous Message booli2 2001-08-19 07:48:50 sequence properties