[HACKERS] Data statement format used by the .sh scripts

2005-01-26 Thread noman naeem
Hello Every one, Can some one explain me the under mentioned Data statement format including the insert parameterswhich is excessively used in pg_attribute.h ,pg_class.h,pg_proc.h and at many more places. DATA(insert ( 1255 prosrc 26 -1 -1 -1 0 -1 -1 f x i f f f t 0)); Thanks, Nauman

Re: [HACKERS] how to add a new column in pg_proc table

2005-01-26 Thread noman naeem
ibe what it does and means. DATA(insert ( 1255 protempsrc 26 -1 -1 -1 0 -1 -1 f x i f f f t 0)); --- Tom Lane <[EMAIL PROTECTED]> wrote: > noman naeem <[EMAIL PROTECTED]> writes: > > They came at the time of frmgrtab.h file > creation,they > > are > &

Re: [HACKERS] how to add a new column in pg_proc table

2005-01-25 Thread noman naeem
EMAIL PROTECTED]> wrote: > noman naeem <[EMAIL PROTECTED]> writes: > > 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... > > The odds are that you didn't corr

[HACKERS] how to add a new column in pg_proc table

2005-01-25 Thread noman naeem
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 pr