Re: pg_class et el -little OT - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: pg_class et el -little OT
Date
Msg-id 1044233896.1280.91.camel@inspiron.cramers
Whole thread Raw
In response to pg_class et el -little OT  (Anil Amarakoon <awc@drytel.net>)
List pgsql-jdbc
You can just use DatabaseMetaData getTables and specify SEQUENCE to get
the sequence tables.

Dave
On Sun, 2003-02-02 at 19:39, Anil Amarakoon wrote:
> Hi All;
>
> I just want query database and get the structures in in my application.
>
> If I run select * from pg_class where tableowner='myname';
> get all the tables tables created by me.
>
> Is there any other place that I can get file names and sequnces??
>
> like this
> select * from pg_table where tableName=role;
>
> will give you
>
> Id    int
> roleName    text  etc..
>
> same kind of info for the sequence..
>
> Thank you in advance for any replies.
>
> awc
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
--
Dave Cramer <Dave@micro-automation.net>


pgsql-jdbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Coding style
Next
From: "Lars Stenberg"
Date:
Subject: Re: Coding style