Re: query for schema existence and create schema in jdbc?

Поиск
Список
Период
Сортировка
От Hiller, Dean (Contractor)
Тема Re: query for schema existence and create schema in jdbc?
Дата
Msg-id 7CA0D5FE7FA83048893E9230C1E9C0280BD23679@DNVREMSA01.jsq.bsg.ad.adp.com
обсуждение исходный текст
Ответ на query for schema existence and create schema in jdbc?  ("Hiller, Dean (Contractor)" <dean.hiller@broadridge.com>)
Список pgsql-jdbc

Sweet, never mind.

 

select * from pg_namespace; finds it. And of course create command creates it.

 

Dean

 

From: Hiller, Dean (Contractor)
Sent: Friday, January 21, 2011 7:15 AM
To: 'pgsql-jdbc@postgresql.org'
Subject: query for schema existence and create schema in jdbc?

 

I need a way(and don’t care if it is not portable) to

 

1.       Query to see if a schema exists or not

2.       Create the schema if it doesn’t exist

3.       Drop and recreate the schema if it does exist

 

ALL through JDBC.  Is this possible?

Thanks,

Dean

This message and any attachments are intended only for the use of the addressee and
may contain information that is privileged and confidential. If the reader of the 
message is not the intended recipient or an authorized representative of the
intended recipient, you are hereby notified that any dissemination of this
communication is strictly prohibited. If you have received this communication in
error, please notify us immediately by e-mail and delete the message and any
attachments from your system.

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "Hiller, Dean (Contractor)"
Дата:
Сообщение: query for schema existence and create schema in jdbc?
Следующее
От: Samuel Gendler
Дата:
Сообщение: Re: query for schema existence and create schema in jdbc?