Обсуждение: SEQUENCES

Поиск
Список
Период
Сортировка

SEQUENCES

От
"Carl Olivier"
Дата:
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

Re: SEQUENCES

От
Dave Cramer
Дата:
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@micro-automation.net>