postgresql-7.2b4/src/bin/psql/tab-complete.h

Поиск
Список
Период
Сортировка
От Richard Emberson
Тема postgresql-7.2b4/src/bin/psql/tab-complete.h
Дата
Msg-id 3C3E1775.4E8D7B5E@phc.net
обсуждение исходный текст
Ответы Re: postgresql-7.2b4/src/bin/psql/tab-complete.h  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
FYI: from a first time Postgresql builder:

> uname -a
Linux olympia.localDomain 2.4.9-13 #1 Tue Oct 30 20:11:04 EST 2001 i686
unknown
>./configure --enable-multibyte --with-java --enable-syslog --with-perl
--with-tcl

Had to add to tab-complete.h:
#include </usr/include/readline/rltypedefs.h>
#include </usr/include/readline/readline.h>

and change in the local directory Makefile from:
psql: $(OBJS) $(libpq_builddir)/libpq.a
        $(CC) $(CFLAGS) $(OBJS) $(libpq) $(LDFLAGS)  $(LIBS) -o $@
to:

psql: $(OBJS) $(libpq_builddir)/libpq.a
        $(CC) $(CFLAGS) $(OBJS) $(libpq) $(LDFLAGS) -L/usr/lib $(LIBS)
-o $@

So that it would pick up the readline libraray



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

Предыдущее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/contrib/pg_resetxlog README.pg_resetxlog ...
Следующее
От: momjian@postgresql.org
Дата:
Сообщение: pgsql/doc FAQ src/FAQ/FAQ.html