Re: Schema 'public'

From: Michael Talbot-Wilson <mtw(at)view(dot)net(dot)au>
To: Richard Broersma Jr <rabroersma(at)yahoo(dot)com>
Cc: Novice Postgresql-list <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Schema 'public'
Date: 2006-04-19 05:10:36
Message-ID: Pine.LNX.4.60.0604191438260.31650@calypso.view.net.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Tue, 18 Apr 2006, Richard Broersma Jr wrote:

> Just curious, What "thing" is tell you that "it" is in the public schema?

For example...

protoaddress=> \d
List of relations
Schema | Name | Type | Owner
--------+----------------------+----------+-------
public | address | table | qdu
public | address_key_seq | sequence | qdu
public | country | table | qdu
public | country_k_seq | sequence | qdu
...

etc. etc.

I don't want to know.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Richard Broersma Jr 2006-04-19 05:18:50 Re: Schema 'public'
Previous Message Richard Broersma Jr 2006-04-19 04:58:15 Re: Schema 'public'