how to add a new column in pg_proc table - Mailing list pgsql-hackers

From noman naeem
Subject how to add a new column in pg_proc table
Date
Msg-id 20050125154418.38439.qmail@web41526.mail.yahoo.com
Whole thread Raw
Responses Re: how to add a new column in pg_proc table
Re: how to add a new column in pg_proc table
List pgsql-hackers
Hello Every one,

I am a student and working on my final year project,
I chose postgres as my development database,because of
its flexable architecture and extensibility.

I need to add a column of text type in pg_proc table
which is the part of the system catalog.I need to have
it so that I can proceed with my project.

I already know about the pg_proc.c and the structure
which contains all the relevent table columns in this
file.I also know about the script that generates the
.bki file with the file format as well.But ....

I keep on getting errors.It be very helpful if some
one can guide me regarding the basic steps for adding
a column in the pg_proc table......it would be indeed
of a great a help.

Regards,
Nauman

    
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - Get yours free! 
http://my.yahoo.com 



pgsql-hackers by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: psql 8.0 final not working on NT 4.0sp6
Next
From: Tom Lane
Date:
Subject: Re: userlock changes for 8.1/8.2