atttypmod problem

Started by Bruce Momjianabout 28 years ago1 messageshackers
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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