Re: [HACKERS] PostgreSQL v6.4 BETA2 ...

From: Roland Roberts <roberts(at)panix(dot)com>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] PostgreSQL v6.4 BETA2 ...
Date: 1998-10-15 02:36:39
Message-ID: x6ogre8saw.fsf@ptolemy.rlent.pnet
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

-----BEGIN PGP SIGNED MESSAGE-----

library_dirs="$LIBRARY_DIRS /usr/lib"
TCL_CONFIG_SH=
for dir in $library_dirs; do
[...]
done

If you can assume that Tcl is installed and the version the user wants
is first in their path, you should be able to limit this to

library_dirs=`echo 'puts $auto_path' | tclsh`

roland

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2
Comment: Processed by Mailcrypt 3.4, an Emacs/PGP interface

iQCVAwUBNiVfs+oW38lmvDvNAQFpPgP9Gsk515V66r0BHUk9hIE8atCyxu08QIpo
kRWGLd3gO5vs04Y56OrNAwCZuddfr1lx+S01MP6G5HKdHWQ9z1mDGixODYrdW9K2
39HT3OHJ9YEzgoQV77m1Ef9OPmLpuboXMg1iEd4+Wv/PJrTvVVmLHCD98wMjgpgF
BenOPn5wV0w=
=NiLZ
-----END PGP SIGNATURE-----
--
Roland B. Roberts, PhD Custom Software Solutions
roberts(at)panix(dot)com 101 West 15th St #4NN
New York, NY 10011

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Billy G. Allie 1998-10-15 04:46:18 Re: [HACKERS] PostgreSQL v6.4 BETA2 ...
Previous Message Tatsuo Ishii 1998-10-15 02:34:54 Re: [HACKERS] What about LIMIT in SELECT ?