creating databases

Поиск
Список
Период
Сортировка
От Marcel Wolf
Тема creating databases
Дата
Msg-id 4003FD7D.1080109@comcast.net
обсуждение исходный текст
Ответы Re: creating databases  (Devrim GUNDUZ <devrim@gunduz.org>)
Список pgsql-novice
Hi
I am interested in running a PHP app that when it comes up it checks to
see if the requuired database is present. If not it creates it and the
tables required within. I was trying to do this by pg_connect
(dbname=test) and if I got an error I would trying to use pg_query
(CREATE test). This was disallowed because there was no link?
What is the best way of doing this?
Thanks
Marcel


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

Предыдущее
От: "Eric S. Johansson"
Дата:
Сообщение: Re: PostgreSQL booting automaticaly
Следующее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: creating databases