Re: Updated Cygwin Package: postgresql-7.4.2-1

Поиск
Список
Период
Сортировка
От David P. Lurie
Тема Re: Updated Cygwin Package: postgresql-7.4.2-1
Дата
Msg-id capovm$1u6$1@sea.gmane.org
обсуждение исходный текст
Ответ на Re: Updated Cygwin Package: postgresql-7.4.2-1  ("Leeuw van der, Tim" <tim.leeuwvander@nl.unisys.com>)
Ответы Re: Updated Cygwin Package: postgresql-7.4.2-1  (Jason Tishler <jason@tishler.net>)
Список pgsql-cygwin
"Jason Tishler" <jason@tishler.net> wrote in message
news:20040615110304.GA2432@tishler.net...
> On Mon, Jun 14, 2004 at 11:15:49PM -0500, Mike G wrote:
> > I created the postgres account using control panel->users->advanced
> > instead of what is in the readme.
>
> The two methods should be equivalent with the later just being easier to
> document.
>
> > If I follow the readme the postgres account is never truly created for
> > me in windows(can't actually log in under that name using the pc name
> > / local domain).
>

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)"

Where $password is your new password and $(cygpath ...) is the path to
/home/postgres on your system as output in Windows format by the cygpath
utility.

New:

mkdir -p /home/postgres

chown postgres /home/postgres

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


David




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

Предыдущее
От: "- Barry -"
Дата:
Сообщение: Re: Source name not found
Следующее
От: Jason Tishler
Дата:
Сообщение: Re: Updated Cygwin Package: postgresql-7.4.2-1