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

From: Neil Conway <neilc(at)samurai(dot)com>
To: Bruce Momjian - CVS <momjian(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/doc/src/sgml/ref create_schema.sgml
Date: 2003-02-03 16:45:30
Message-ID: 1044290730.25208.925.camel@tokyo
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)samurai(dot)com> || PGP Key ID: DB3C29FC

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-02-03 21:15:45 pgsql-server/src backend/commands/copy.c backe ...
Previous Message Bruce Momjian - CVS 2003-02-03 15:57:03 pgsql-server/doc/src/sgml/ref Tag: REL7_3_STAB ...