Re: PSQL under Windows XP

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: PSQL under Windows XP
Дата
Msg-id 6556b9e04e113e0759a4d54bbe79d80e@pgedit.com
обсуждение исходный текст
Ответ на Re: PSQL under Windows XP  ("Kevin Crenshaw" <kcrenshaw@tiewireinc.com>)
Список pgsql-novice
On May 30, 2005, at 9:52 AM, Kevin Crenshaw wrote:

> What works for me is to log in as 'postgres' on the template1 database.
> From there you can use the 'create database' command to create a new
> database.  When that's done, quit template1 and then log in to the new
> database as 'postgres'.

Additionally, there is a createdb.exe command line utility specifically
designed for this purpose (it should be in the same folder as psql). It
is a little cleaner for this task since you do not have to specify an
existing database to connect to.

http://www.postgresql.org/docs/8.0/interactive/app-createdb.html


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


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

Предыдущее
От: "Kevin Crenshaw"
Дата:
Сообщение: Re: Unable to Delete a Row
Следующее
От: Danny Gaethofs
Дата:
Сообщение: Re: PSQL under Windows XP