Sequences

From: Andre Rothe <arothe(at)phosco(dot)info>
To: pgsql-sql(at)postgresql(dot)org
Subject: Sequences
Date: 2009-07-03 12:50:08
Message-ID: h2kuq1$3eh$01$1@news.t-online.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi!

Where are stored the sequence information? How I can query the
properties of a sequence like increment, max/min value, cache?
I'm looking for a table like user_sequences in Oracle, where I
can query all of my sequences.

Thanks
Andre

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Chris Browne 2009-07-03 21:35:41 Re: Sequences
Previous Message Jasmin Dizdarevic 2009-07-03 07:14:44 Re: Create custom aggregate function and custom sfunc