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

2005-11-01 Thread Tom Lane
Salman Razzaq <[EMAIL PROTECTED]> 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 y

[HACKERS] Adding a column in pg_proc for storing default values of arguments

2005-11-01 Thread Salman Razzaq
I want to store default values of arguments in pg_proc catalog. i have toadd a column in the table. but what will be the type of column as to storeall the datatypes. do you think 'Datum' can be stored as it.