Re: Adding a column in pg_proc for storing default values of arguments

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Salman Razzaq <salmanrazzaq2005(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Adding a column in pg_proc for storing default values of arguments
Date: 2005-11-01 13:35:48
Message-ID: 24754.1130852148@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Salman Razzaq <salmanrazzaq2005(at)gmail(dot)com> writes:
> I want to store default values of arguments in pg_proc catalog. i have to
> add a column in the table. but what will be the type of column as to store
> all the datatypes. do you think 'Datum' can be stored as it.

Don't bother worrying about that until you've figured out how the parser
is going to resolve overloaded function calls in the presence of such
things.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-11-01 13:41:49 Re: [Fwd: Re: regression failures on WIndows in machines with some non-English locales]
Previous Message Andrew Dunstan 2005-11-01 12:43:15 [Fwd: Re: regression failures on WIndows in machines with some non-English locales]