query column def - Mailing list pgsql-hackers

From Peter Harvey
Subject query column def
Date
Msg-id 3B82AD52.B345243D@codebydesign.com
Whole thread Raw
Responses Re: query column def  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi;

I am reverse engineering a PostgreSQL database by querying catalog
tables. I have run into a problem where I can not determine the exact
info used in i.e. the CREATE TABLE statement. For example; how to
determine the exact precision/length and scale used in a NUMERIC(p,s)
column def.

Looking at the PostgreSQL ODBC driver I see that it does some funky
stuff such as reporting VARCHAR(maxlen) instead of i.e. VARCHAR(50) or
whatever the column def was. So it appears that the author had similar
problems. The result is that the ODBC driver does not appear to be
absolutely accurate.

Is this information availible somewhere in the catalog tables?

Peter





pgsql-hackers by date:

Previous
From: Lamar Owen
Date:
Subject: Re: Link to bug webpage
Next
From: "Zeugswetter Andreas SB SD"
Date:
Subject: RE: Locale by default?