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

From Lars Stenberg
Subject Re: pg_class et el -little OT
Date
Msg-id 001b01c2cb1e$e9dc46e0$0301a8c0@ic3
Whole thread Raw
In response to pg_class et el -little OT  (Anil Amarakoon <awc@drytel.net>)
List pgsql-jdbc
Hi!

I guess you can find an answer on:
http://developer.postgresql.org/docs/postgres/catalogs.html

Please tell me if you could =9

Mvh
Lars

----- Original Message -----
From: "Anil Amarakoon" <awc@drytel.net>
To: <pgsql-jdbc@postgresql.org>
Sent: Monday, February 03, 2003 1:39 AM
Subject: [JDBC] pg_class et el -little OT


> 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
>


pgsql-jdbc by date:

Previous
From: Anil Amarakoon
Date:
Subject: pg_class et el -little OT
Next
From: Bruce Momjian
Date:
Subject: Re: Coding style