pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Document the PGSQL_USE_HIER used by the PostgreSQL ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1b7f18d9989
branches:  trunk
changeset: 473361:d1b7f18d9989
user:      recht <recht%pkgsrc.org@localhost>
date:      Mon Apr 19 00:23:34 2004 +0000

description:
Document the PGSQL_USE_HIER used by the PostgreSQL 7.4 packages.

diffstat:

 mk/bsd.pkg.defaults.mk |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 3f3ae67f383c -r d1b7f18d9989 mk/bsd.pkg.defaults.mk
--- a/mk/bsd.pkg.defaults.mk    Mon Apr 19 00:19:21 2004 +0000
+++ b/mk/bsd.pkg.defaults.mk    Mon Apr 19 00:23:34 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.229 2004/04/18 12:08:42 uebayasi Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.230 2004/04/19 00:23:34 recht Exp $
 #
 
 # A file providing defaults for pkgsrc and the packages collection.
@@ -1625,6 +1625,13 @@
 # Possible: any valid location
 # Default: ${PREFIX}/${PGUSER}
 
+PGSQL_USE_HIER?=       no
+# Add support for hierarchical queries with Oracle like CONNECT BY syntax
+# to the PostgreSQL 7.4 package.
+# See http://gppl.terminal.ru/README.html for details.
+# Possible: yes, no
+# Default: no
+
 #PG_MB_ENCODING=       SQL_ASCII
 # Used to postgresql package to define the language encoding of the
 # backend server process.



Home | Main Index | Thread Index | Old Index