Adding a column in pg_proc for storing default values of arguments - Mailing list pgsql-hackers

From Salman Razzaq
Subject Adding a column in pg_proc for storing default values of arguments
Date
Msg-id 5d13918f0511010334o56045649yb8cdc2a1a5bf1476@mail.gmail.com
Whole thread Raw
Responses Re: Adding a column in pg_proc for storing default values of arguments  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
<span class="q">I want to store default values of arguments in pg_proc catalog. i have to<br />add a column in the
table.but what will be the type of column as to store<br />all the datatypes. do you think 'Datum' can be stored as it.
</span>

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Ideas for easier debugging of backend problems
Next
From: Paul Lindner
Date:
Subject: Re: Differences in UTF8 between 8.0 and 8.1