Re: [HACKERS] DOC: catalog.sgml

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: pgsql-hackers(at)postgresql(dot)org
Cc: alvherre(at)commandprompt(dot)com, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] DOC: catalog.sgml
Date: 2006-10-04 12:39:28
Message-ID: 4523AB80.6090603@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Zdenek Kotala wrote:
> Alvaro Herrera wrote:

>> What's "global"? A maybe-useful flag would be telling that a table is
>> shared. Is that it? Mind you, it's not useful to me because I know
>> which tables are shared, but I guess for someone not so familiar with
>> the catalogs it could have some use.
>
> Global means share table stored in global directory :-). Ok I change it.
>

There is new version of catalogs overview patch. This version add only
one column into overview table which contains Oid/Filename for each
catalog table. Oid information is important if someone need make
relation with filename on disk and related catalog table.
In this column shared table are marked as well. Other information like
bootstrap and with-oids are really useless and they is not mentioned.

Zdenek

Attachment Content-Type Size
catalogs.diff text/x-patch 8.5 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Obe, Regina 2006-10-04 12:46:14 SQL:2003 Statistical functions - What are they?
Previous Message Heikki Linnakangas 2006-10-04 10:50:33 Further Block B-tree thoughts

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2006-10-04 13:05:57 qsort_arg needed for msvc build
Previous Message Bruce Momjian 2006-10-04 10:12:29 Re: vcbuild bison check