Re: test the existence of a database

Поиск
Список
Период
Сортировка
От Steve Boyle \(Roselink\)
Тема Re: test the existence of a database
Дата
Msg-id 005101c1ac08$02f3ea20$c55869d5@dualtower
обсуждение исходный текст
Ответ на test the existence of a database  ("D'laila Pereira" <dpereira@students.uiuc.edu>)
Список pgsql-sql
D'laila,

you could write a function in plpgsql that queried the postgres catalogues
for the object that you were interested in an returned true of false if the
object existed.

For an example see:

http://www.brasileiro.net/postgres/cookbook/view-one-recipe.adp?recipe_id=14
23

hih

steve boyle
----- Original Message -----
From: "D'laila Pereira" <dpereira@students.uiuc.edu>
To: <pgsql-sql@postgresql.org>
Sent: Thursday, January 31, 2002 8:52 PM
Subject: [SQL] test the existence of a database


>
> After a database is created in postgresql using the createdb command,
> and populate it with some taqbles, how do we test the existence of the
> database and the tables within it?
>
> thanks
> d'laila
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>



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

Предыдущее
От: "A. Van Hook"
Дата:
Сообщение: casting question
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: casting question