Policy on schema-qualified names

From: Joachim Wieland <joe(at)mcknight(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Policy on schema-qualified names
Date: 2006-01-30 21:15:34
Message-ID: 20060130211534.GA26320@mcknight.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wonder if there is a policy on when schema-qualified names should be used
in ereport/elog messages.

At the moment this doesn't seem to be consistent, even within the same
command:

template1=# VACUUM verbose t;
INFO: vacuuming "public.t"
[...]

template1=# VACUUM verbose tv;
WARNING: skipping "tv" --- cannot vacuum indexes, views, or special system
tables

When actually doing its work, VACUUM schema-qualifies the name of the object
but when it refuses to do so it doesn't...

Joachim

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2006-01-30 21:18:48 Re: Want to add to contrib.... xmldbx
Previous Message Jim C. Nasby 2006-01-30 18:57:09 Re: Want to add to contrib.... xmldbx