atttypmod problem - Mailing list pgsql-hackers

From Bruce Momjian
Subject atttypmod problem
Date
Msg-id 199802051751.MAA04393@candle.pha.pa.us
Whole thread Raw
List 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

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Re: atttypmod of 0
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Re: atttypmod of 0