Re: Proposal for psql wildcarding behavior w/schemas

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Proposal for psql wildcarding behavior w/schemas
Date: 2002-08-08 19:49:57
Message-ID: 22535.1028836197@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> 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"?

That'd be my interpretation of what it should do. Okay with you?

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alex Avriette 2002-08-08 20:49:24 IRIX and large SMP: donations of shells &c
Previous Message Peter Eisentraut 2002-08-08 19:32:56 Re: Proposal for psql wildcarding behavior w/schemas