Re: pgsql/src/bin/pg_ctl pg_ctl.sh

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql/src/bin/pg_ctl pg_ctl.sh
Дата
Msg-id Pine.LNX.4.30.0107112118500.679-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: pgsql/src/bin/pg_ctl pg_ctl.sh  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: pgsql/src/bin/pg_ctl pg_ctl.sh  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-committers
I wrote:

> >     Move export PGDATA to the proper place.
>
> This is completely broken.  The old place was right.

Correction:  The new place also seems to be okay, but 'export VAR=stuff'
is not portable,  You need to split it into two commands.

> > Quote some variable substitutions.
>
> You don't need to quote the argument to 'case'.  Please don't do that, it
> makes things less readable.

Also, you don't need to quote the right side of

FOO=$BAR

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql/src/bin/pg_ctl pg_ctl.sh
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql/src/bin/pg_ctl pg_ctl.sh