Re: Couple of schema queries...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Couple of schema queries...
Date: 2002-05-08 03:30:28
Message-ID: 28776.1020828628@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> writes:
> 1) How can I specify the schema in CREATE OPERATOR?
> 'OPERATOR(pg_catalog.+)' notation gives an error :-(

You don't need the OPERATOR() decoration there, only in expressions.
(Yes, the documentation is still skimpy.)

> 2) There are default comments for the system schemas in pg_description,
> but COMMENT ON SCHEMA isn't implemented. Is it safe to assume it will be
> before 7.3?

It should be.

> 3) Likewise, Tom stated that DROP SCHEMA isn't yet implemented - is it
> safe for me to assume that it will be before release?

It will be.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2002-05-08 03:55:40 Re: a couple of minor itches: RI Trigger Names, and
Previous Message Christopher Kings-Lynne 2002-05-08 03:26:13 Re: Creating new system catalog