atttypmod problem

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: hackers(at)postgreSQL(dot)org (PostgreSQL-development)
Subject: atttypmod problem
Date: 1998-02-05 17:51:06
Message-ID: 199802051751.MAA04393@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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(at)candle(dot)pha(dot)pa(dot)us

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-02-05 17:57:21 Re: [HACKERS] Re: atttypmod of 0
Previous Message Bruce Momjian 1998-02-05 17:50:03 atttypmod is wrong in system catalogs