Adding a column in pg_proc for storing default values of arguments

From: Salman Razzaq <salmanrazzaq2005(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Adding a column in pg_proc for storing default values of arguments
Date: 2005-11-01 11:34:04
Message-ID: 5d13918f0511010334o56045649yb8cdc2a1a5bf1476@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Paul Lindner 2005-11-01 12:15:50 Re: Differences in UTF8 between 8.0 and 8.1
Previous Message Peter Eisentraut 2005-11-01 11:33:39 Re: Ideas for easier debugging of backend problems