Re: [INTERFACES] Re: Just some unfinished stuff.

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [INTERFACES] Re: Just some unfinished stuff.
Дата
Msg-id 3618FCD3.945ABCF@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: Just some unfinished stuff.  (Gerald Gryschuk <gerald.gryschuk@home.com>)
Список pgsql-interfaces
> Ah! That's the source of our confusion! I install into
>   /opt/postgres/current
> rather than into /usr/local, but do so by setting the PGROOT
> environment variable.

Well, almost right. I actually have a Makefile.custom in src/ which
looks like:

# Makefile.custom
# Thomas Lockhart 1998-03-01

POSTGRESDIR= /opt/postgres/current
CFLAGS+= -m486 # -g -O0
YFLAGS+= -v
USE_TCL= true
TCL_LIB= -ltcl
X_LIBS= -L/usr/X11/lib
TK_LIB= -ltk

# documentation

HSTYLE= /home/tgl/SGML/db118.d/docbook/html
PSTYLE= /home/tgl/SGML/db118.d/docbook/print

which is where the POSTGRESDIR is actually coming from.

               - Tom

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

Предыдущее
От: "Sangeeta Rao"
Дата:
Сообщение: Default 'timestamp' value on HP-UX running Postgresql6.3.2
Следующее
От: Andrea Antibo
Дата:
Сообщение: Re: [INTERFACES] jdbc driver