loading many queries from a file

Поиск
Список
Период
Сортировка
От Szymon Guz
Тема loading many queries from a file
Дата
Msg-id AANLkTik_9_q5kzf-3NuZyB-o3IuPNUuSy9fGlYbGqHJP@mail.gmail.com
обсуждение исходный текст
Список pgsql-general
Hi,
I've got a file with many SQL queries, also some function definitions and so on. I'd like to load it to database, but using some library like JDBC/ODBC/DBI, not using the obvious psql. Do you know how I could load those many queries? Usually there could be loaded only one query, I saw that psql parses the file looking for the semicolon. 

Is there any other way than parsing the file and loading queries one by one?


regards
Szymon

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Cannot open table in new database
Следующее
От: "Bidski"
Дата:
Сообщение: Problems building from source