Re: [GENERAL] Unexpected behavior from psql

2009-01-11 Thread Tim Hart
On Jan 11, 2009, at 8:16 PM, Jeff Davis wrote: On Sun, 2009-01-11 at 17:13 -0600, Tim Hart wrote: Would it be worthwhile to specify this in the documentation? One of the sources of my confusion was the following statement: http://www.postgresql.org/docs/8.3/interactive/app-psql.html: \distvS

Re: [GENERAL] Unexpected behavior from psql

2009-01-11 Thread Jeff Davis
On Sun, 2009-01-11 at 17:13 -0600, Tim Hart wrote: > Would it be worthwhile to specify this in the documentation? One of > the sources of my confusion was the following statement: > > http://www.postgresql.org/docs/8.3/interactive/app-psql.html: > > \distvS > "... to obtain a listing of all the

Re: [GENERAL] Unexpected behavior from psql

2009-01-11 Thread Tim Hart
On Jan 11, 2009, at 4:41 PM, Jeff Davis wrote: On Sun, 2009-01-11 at 15:33 -0600, Tim Hart wrote: tjhart=# set search_path to foo, public; SET tjhart=# \d List of relations Schema | Name| Type | Owner +---+---+ foo| bar_table | table | tjhart

Re: [GENERAL] Unexpected behavior from psql

2009-01-11 Thread Jeff Davis
On Sun, 2009-01-11 at 15:33 -0600, Tim Hart wrote: > tjhart=# set search_path to foo, public; > SET > tjhart=# \d >List of relations > Schema | Name| Type | Owner > +---+---+ > foo| bar_table | table | tjhart > foo| foo_table | table | tj

[GENERAL] Unexpected behavior from psql

2009-01-11 Thread Tim Hart
This is a minor issue. Not really a problem for me at the moment, but I wanted to understand if it was intended: tjhart=# \d No relations found. tjhart=# \dn List of schemas Name| Owner +-- information_schema | postgres pg_catalog |