really novice with Postgres !

From: Jean MAURICE <mauricejea(at)numericable(dot)fr>
To: pgsql-novice(at)postgresql(dot)org
Subject: really novice with Postgres !
Date: 2013-08-03 07:48:35
Message-ID: 51FCB5D3.5030908@numericable.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi to all,

I am 'going fast' with your help in building my postgres database from within VFP.

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 !) ?

CREATE SCHEMA testedp AUTHORIZATION postgres;
COMMENT ON SCHEMA testedp IS 'test';

I 'browsed' a lot of pg_* tables unsuccesffully !

Best Regards

--
Jean MAURICE
Grenoble - France - Europe
www.j-maurice.fr
www.atoutfox.org
www.aedtf.org

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Kevin Grittner 2013-08-03 17:53:43 Re: really novice with Postgres !
Previous Message Kevin Salisbury 2013-08-02 17:05:18 Re: really novice with Postgres !