atttypmod

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: hackers(at)postgreSQL(dot)org (PostgreSQL-development)
Subject: atttypmod
Date: 1998-02-19 21:48:26
Message-ID: 199802192148.QAA14921@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Just to let people know, pg_attribute.atttypmod is now passed as the
third parameter to all in and out functions, so it is ready to go for
people who need this functionality.

We did this by passing it through the backend from TypName and Resdom to
TupleDesc.

--
Bruce Momjian
maillist(at)candle(dot)pha(dot)pa(dot)us

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Phil Thompson 1998-02-19 22:47:59 Re: [HACKERS] Solution to the pg_user passwd problem !?? (c)
Previous Message Bruce Momjian 1998-02-19 21:43:21 Re: [HACKERS] New to PostgreSQL Question (Query Optimizer)