Re: SEQUENCES

From: Dave Cramer <Dave(at)micro-automation(dot)net>
To: carl(at)zero-one(dot)co(dot)za
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: SEQUENCES
Date: 2003-03-03 12:17:42
Message-ID: 1046693861.1418.11.camel@inspiron.cramers
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Using the DatabaseMetaData.getTables method using "SEQUENCE" as the
table type.

Dave
On Mon, 2003-03-03 at 04:35, Carl Olivier wrote:
> Greetings.
>
> Is it possible to get a list of all sequences within a specified PSQL
> database instance? If so, what SQL/Java could I use to retrieve this
> information?
>
> Thanks in advance,
>
> Carl
--
Dave Cramer <Dave(at)micro-automation(dot)net>

In response to

  • SEQUENCES at 2003-03-03 09:35:51 from Carl Olivier

Browse pgsql-jdbc by date

  From Date Subject
Next Message Rich Cullingford 2003-03-03 15:38:52 Problem updating rows: absolute() vs. first()
Previous Message Carl Olivier 2003-03-03 09:35:51 SEQUENCES