Re: Postgres database creation using batch files

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Postgres database creation using batch files
Дата
Msg-id jagpim$ikk$2@dough.gmane.org
обсуждение исходный текст
Ответ на Postgres database creation using batch files  (PresleyDias <presley@umangsoftware.com>)
Ответы Re: Postgres database creation using batch files  (PresleyDias <presley@umangsoftware.com>)
Список pgsql-admin
PresleyDias wrote on 21.11.2011 08:54:
> i want to create a postgres database using batch file, now the normal way of
> doing this is
>
> "C:\Program Files\PostgreSQL\9.0\bin\createdb.exe" -U Myadmin MydatAbseName
>
> this create a database with the default database parameters, but i want to
> create a database with the following parameter
>
>     WITH OWNER = Myadmin
>     TEMPLATE = template0
>     ENCODING = 'SQL_ASCII'
>     TABLESPACE = pg_default
>     LC_COLLATE = 'C'
>     LC_CTYPE = 'C'
>     CONNECTION LIMIT = -1;
>
> Please tell me how to create a database with the above parameter using Batch
> files.
>
> also how to use a .sql file to do the same, like this "C:\Program
> Files\PostgreSQL\9.0\bin\createdb.exe" -U Myadmin -f C:\createDB.sql;
>

What's wrong with the answer you got on Stackoverflow?

http://stackoverflow.com/questions/8208181/create-posgtres-database-using-batch-file-with-template-encoding-owner-an


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

Предыдущее
От: "Skusa, Andre"
Дата:
Сообщение: silent installer
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: silent installer