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
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
>
&
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
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