Re: [HACKERS] Docu question

2003-12-27 Thread Bruce Momjian
Michael Meskes wrote: > In manage-ag.sgml our docs says: > > [...] > risk. To allow it, you must compile PostgreSQL with > the C preprocessor macro ALLOW_ABSOLUTE_DBPATHS > defined. One way to do this is to run the compilation step like > this: > > gmake CPPFLAGS=-DALLOW_ABSOLUTE_

[HACKERS] Docu question

2003-12-26 Thread Michael Meskes
In manage-ag.sgml our docs says: [...] risk. To allow it, you must compile PostgreSQL with the C preprocessor macro ALLOW_ABSOLUTE_DBPATHS defined. One way to do this is to run the compilation step like this: gmake CPPFLAGS=-DALLOW_ABSOLUTE_DBPATHS all [...] I wonder if there's