No title
<html><pre><PRE>hello,</PRE><PRE> i wonder how and where i can find the part of source codes about how to create catalogs. i mean</PRE><PRE>how to create the structure of pg_class and so on,not just insert the tuple of system attributes of</PRE><PRE>user-defined table into it.</PRE><PRE> thanks!</PRE><PRE> yours zhuang</PRE></pre></html>
==========================
263电子邮件-信赖邮自专业
On Fri, 26 Sep 2003, [gb2312] zhuangjifeng wrote:
hello,
i wonder how and where i can find the part of source codes about how to create catalogs. i mean
how to create the structure of pg_class and so on,not just insert the tuple of system attributes of
user-defined table into it.
thanks!
pgsql/src/include/catalog/pg_class.h
would probably be a good place to start.
Nigel Andrews