Re: Updated Cygwin Package: postgresql-7.4.2-1

Поиск
Список
Период
Сортировка
От Jason Tishler
Тема Re: Updated Cygwin Package: postgresql-7.4.2-1
Дата
Msg-id 20040616172445.GB6632@tishler.net
обсуждение исходный текст
Ответ на Re: Updated Cygwin Package: postgresql-7.4.2-1  ("David P. Lurie" <dbase4@hotmail.com>)
Ответы Re: Updated Cygwin Package: postgresql-7.4.2-1  (Mike G <mike@thegodshalls.com>)
Список pgsql-cygwin
David,

On Wed, Jun 16, 2004 at 11:29:03AM -0400, David P. Lurie wrote:
> "Jason Tishler" <jason@tishler.net> wrote in message
> > The two methods should be equivalent with the later just being
> > easier to document.
>
> I had to tweak the README instructions, primarily adding quotes when
> needed.  Some of my changes may have been redundant:
>
> Original:
>
> net user postgres $password /add /fullname:postgres /comment:'PostgreSQL
> user account' /homedir:"$(cygpath -w /home/postgres)"

The above will only work under a Unix shell (e.g., bash) -- not under
cmd.  I guess that I should update the README to be clear...

> New:
>
> mkdir -p /home/postgres
>
> chown postgres /home/postgres

The above should not be necessary, albeit convenient if one logs in as
postgres frequently.

> net user postgres $password /add /fullname:"postgres "
> /homedir:"C:\cygwin\home\postgres"

See above.

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

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

Предыдущее
От: "David P. Lurie"
Дата:
Сообщение: Re: Updated Cygwin Package: postgresql-7.4.2-1
Следующее
От: Jeff Weeks
Дата:
Сообщение: Installed Postgresql "Windows proof of concept" ... now what?