Re: Proposal for psql wildcarding behavior w/schemas - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Proposal for psql wildcarding behavior w/schemas
Date
Msg-id Pine.LNX.4.44.0208082129440.927-100000@localhost.localdomain
Whole thread Raw
In response to Proposal for psql wildcarding behavior w/schemas  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Proposal for psql wildcarding behavior w/schemas  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane writes:

> 1.  A wildcardable pattern must consist of either "namepattern" or
> "namepattern.namepattern".

Regarding the use of quotes:  Would

\d "foo.bar"

show the table "foo.bar", whereas

\d "foo"."bar"

would show the table "bar" in schema "foo"?

-- 
Peter Eisentraut   peter_e@gmx.net



pgsql-hackers by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: How the
Next
From: Tom Lane
Date:
Subject: Re: Proposal for psql wildcarding behavior w/schemas