PGDATA usage in initdb.sh

Поиск
Список
Период
Сортировка
От Brook Milligan
Тема PGDATA usage in initdb.sh
Дата
Msg-id 199808212308.RAA23911@trillium.nmsu.edu
обсуждение исходный текст
Ответы Re: [HACKERS] PGDATA usage in initdb.sh
Список pgsql-hackers
In the current snapshot it looks like both PGDATA and PG_DATA are
referenced.  Is this a mistake or is the snapshot really old?  The
patch below fixes it.

Cheers,
Brook

===========================================================================
--- bin/initdb/initdb.sh.orig   Mon Apr  6 02:05:52 1998
+++ bin/initdb/initdb.sh        Wed Jun 10 13:13:18 1998
@@ -286,7 +286,7 @@
 #----------------------------------------------------------------------------

 if [ $template_only -eq 0 ]; then
-    echo "Creating global classes in $PG_DATA/base"
+    echo "Creating global classes in $PGDATA/base"
     echo "Running: postgres $BACKENDARGS template1"

     cat $GLOBAL \

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

Предыдущее
От: Brook Milligan
Дата:
Сообщение: Re: [HACKERS] New Developer's FAQ item
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] PGDATA usage in initdb.sh