Re: really novice with Postgres !

From: Jean MAURICE <mauricejea(at)numericable(dot)fr>
To: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: really novice with Postgres !
Date: 2013-08-03 18:08:36
Message-ID: 51FD4724.2000006@numericable.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Le 03/08/2013 19:53, Kevin Grittner a écrit :
> Jean MAURICE<mauricejea(at)numericable(dot)fr> wrote:
>
>> I can check if the database is present, if a table is present,
>> ... but how can I check if a schema is present (via ODBC; I can
>> see it in pgadmin3 !) ?
> See pg_catalog.pg_namespace or information_schema.schemata.
ok
> A SQL "schema" object is often called a "namespace".
registered !
>
> BTW, a subject line which is related to the question is a good idea
> -- you might have used "What system table or view for schemas?" or
> similar. Given the volume of posts to these lists, many people
> scan the list of subject lines and pick only some to read.
I'll pay attention to it
> --
> Kevin Grittner
> EDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
Thanks

--
Jean MAURICE
Grenoble - France - Europe
www.j-maurice.fr
www.atoutfox.org
www.aedtf.org
> -----
> Aucun virus trouvé dans ce message.
> Analyse effectuée par AVG - www.avg.fr
> Version: 2013.0.3392 / Base de données virale: 3209/6548 - Date: 03/08/2013
>
>
>

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Jean MAURICE 2013-08-03 19:06:24 'moving' from one database to another
Previous Message Kevin Grittner 2013-08-03 17:53:43 Re: really novice with Postgres !