Re: pgsql-server/doc/src/sgml/ref create_schema.sgml - Mailing list pgsql-committers

From Neil Conway
Subject Re: pgsql-server/doc/src/sgml/ref create_schema.sgml
Date
Msg-id 1044290730.25208.925.camel@tokyo
Whole thread Raw
In response to pgsql-server/doc/src/sgml/ref create_schema.sgml  (momjian@postgresql.org (Bruce Momjian - CVS))
Responses Re: pgsql-server/doc/src/sgml/ref create_schema.sgml  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-committers
On Mon, 2003-02-03 at 10:56, Bruce Momjian - CVS wrote:
>      whose names may duplicate those of other objects existing in other
>      schemas.  Named objects are accessed either by <quote>qualifying</>
>      their names with the schema name as a prefix, or by setting a search
> !    path that includes the desired schema(s).  Unqualified objects are
> !    created in the current schema (the one at the front of the search path;
> !    see <literal>CURRENT_SCHEMA()</>).

Shouldn't we use <varname> tags to denote GUC variables?

http://www.oasis-open.org/docbook/documentation/reference/html/varname.html

Cheers,

Neil
--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC




pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql-server/doc/src/sgml/ref Tag: REL7_3_STAB ...
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql-server/src backend/commands/copy.c backe ...