query column def
| От | Peter Harvey |
|---|---|
| Тема | query column def |
| Дата | |
| Msg-id | 3B82AD52.B345243D@codebydesign.com обсуждение исходный текст |
| Ответы |
Re: query column def
|
| Список | 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 по дате отправления: