creating a db with libpq

Поиск
Список
Период
Сортировка
От Rob Brown-Bayliss
Тема creating a db with libpq
Дата
Msg-id 20000223214538.A729@ZOOstation.cc
обсуждение исходный текст
Список pgsql-interfaces
Hi all,

I am embarking on an app that I want to check for the existance of a 
postgesql database and if it's not there create it.  If it is there then 
check the status of tables, fields etc and modify as needed.

The checking is easy, I attempt to estabilsh a connection and preaty 
soon know if it's there or not.  The problem is I do not know how to 
create one with libpq...

Can any one point me in the right direction?  And while your at it some 
tips for comparing the DB to what it should be...

If you are wondering why I want to check the DB, I imagine it changeing 
as the program develops.  By having the app check and make chages to the 
DB I remove one possible souce for errors, and make it easier for end 
users...

 Rob Brown-Bayliss ---====<*>====---
 live from ZOOstation http://www.ZOOstation.cc


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

Предыдущее
От: Dave Page
Дата:
Сообщение: RE: [INTERFACES] Visual Basic/Data Environment Designer/PgODBC
Следующее
От: Joseph Shraibman
Дата:
Сообщение: selectecting not null varchars.