Hi...
I was trying to execute \timing in a psql console but the command that i
always get is \t Is something that im missing??? or is an Error???
...My version of postgres is 8.1.4
Bye.
s the time that postgres waits
when there are other process running in the SO (you kwon, multi tasking)???
By the way, is this a good approach, or i will have to take the first
approach that i mentioned???
Thanks.
Waiting your answers,
Carlos Chacon.
Hi,
To modify postgres, i use kwrite... then "make and make install" that's
all
But i use this web site to navegate inside the postgres code, i found it
very useful
http://www.mcknight.de/pgsql-doxygen/cvshead/html/
(of course, this web site may be don't have the recent realease of
i would never see it...Bye. Thanks, again...On 10/11/06, Tom Lane <
[EMAIL PROTECTED]> wrote:"Carlos Chacon" <
[EMAIL PROTECTED]> writes:> But i modify too Natts_pg_class and the Anum macro...Only I forgot> mentionated it in the last mail. i put:OK ... did you add a sui
... Bye.On 10/11/06,
Tom Lane <[EMAIL PROTECTED]> wrote:"Carlos Chacon" <
[EMAIL PROTECTED]> writes:> HI... im trying to modify the pg_class table by adding a new> attribute.> - include/pg_class.h: in this file, i modfify:
Did you remember to update Natts_p
HI... im trying to modify the pg_class table by adding a new attribute. To accomplish that, i modify the next archives:- include/pg_class.h: in this file, i modfify: FormData_pg_class struct: i add the new attribute, example a boolean...
. bool myNewAttribute; /*my new attribute