atttypmod problem
Bruce Momjian <maillist@candle.pha.pa.us>
From: Bruce Momjian <maillist@candle.pha.pa.us>
To: hackers@postgreSQL.org (PostgreSQL-development)
Date: 1998-02-05T17:51:06Z
Lists: pgsql-hackers
Here is a query that will show the problem: select relname, attname, atttypmod from pg_attribute, pg_class where attrelid = pg_class.oid; -- Bruce Momjian maillist@candle.pha.pa.us