Re: test the existence of a database - Mailing list pgsql-sql

From Steve Boyle \(Roselink\)
Subject Re: test the existence of a database
Date
Msg-id 005101c1ac08$02f3ea20$c55869d5@dualtower
Whole thread Raw
In response to test the existence of a database  ("D'laila Pereira" <dpereira@students.uiuc.edu>)
List 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 by date:

Previous
From: "A. Van Hook"
Date:
Subject: casting question
Next
From: Stephan Szabo
Date:
Subject: Re: casting question