Re: Proposal for psql wildcarding behavior w/schemas

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Proposal for psql wildcarding behavior w/schemas
Date: 2002-08-08 19:32:56
Message-ID: Pine.LNX.4.44.0208082129440.927-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-08-08 19:49:57 Re: Proposal for psql wildcarding behavior w/schemas
Previous Message Andrew Sullivan 2002-08-08 17:32:25 Re: How the