Re: \dt doesn't show all relations in user's schemas (8.4.2)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Adrian Klaver <aklaver(at)comcast(dot)net>
Cc: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>, Filip Rembiałkowski <plk(dot)zuber(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org, Ralph Graulich <ralph(dot)graulich(at)t-online(dot)de>
Subject: Re: \dt doesn't show all relations in user's schemas (8.4.2)
Date: 2009-12-22 00:24:13
Message-ID: 24011.1261441453@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Adrian Klaver <aklaver(at)comcast(dot)net> writes:
> On Monday 21 December 2009 3:42:10 pm Tom Lane wrote:
>> Seems clear enough to me.

> Well yes and no. The first couple of times I read this I was tripped
> up by layout: "the pattern *. To see all objects in the database, use
> the pattern *.*." I took it to mean pattern '*.' until I realized it
> was '*' period. Taught me to slow down when reading.

Hmm. We're sort of relying on font differences there, but period tends
to look about the same in many fonts. Maybe it would help to rephrase
these sentences to keep the example patterns away from punctuation.
For instance

... this is equivalent to using * as the pattern.
To see all objects in the database, the pattern *.*
can be used.

Grammatically this is less nice (passive voice :-() but keeping the
patterns away from the periods might be worth it.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Robert Hodges 2009-12-22 00:47:42 Re: Justifying a PG over MySQL approach to a project
Previous Message Adrian Klaver 2009-12-22 00:00:21 Re: \dt doesn't show all relations in user's schemas (8.4.2)