OSDN Git Service

pg-rex/syncrep.git
26 years agotest
Bruce Momjian [Wed, 29 Apr 1998 01:29:31 +0000 (01:29 +0000)]
test

26 years agotest
Bruce Momjian [Wed, 29 Apr 1998 01:21:08 +0000 (01:21 +0000)]
test

26 years agotest
Bruce Momjian [Wed, 29 Apr 1998 00:56:13 +0000 (00:56 +0000)]
test

26 years agotest
Bruce Momjian [Wed, 29 Apr 1998 00:28:56 +0000 (00:28 +0000)]
test

26 years agotest
Bruce Momjian [Wed, 29 Apr 1998 00:25:42 +0000 (00:25 +0000)]
test

26 years agotest
Bruce Momjian [Wed, 29 Apr 1998 00:24:30 +0000 (00:24 +0000)]
test

26 years agotest
Bruce Momjian [Wed, 29 Apr 1998 00:13:10 +0000 (00:13 +0000)]
test

26 years agotest
Bruce Momjian [Wed, 29 Apr 1998 00:10:35 +0000 (00:10 +0000)]
test

26 years agotest
Bruce Momjian [Tue, 28 Apr 1998 21:51:34 +0000 (21:51 +0000)]
test

26 years agotest
Bruce Momjian [Tue, 28 Apr 1998 19:50:22 +0000 (19:50 +0000)]
test

26 years agotest
Bruce Momjian [Tue, 28 Apr 1998 19:24:08 +0000 (19:24 +0000)]
test

26 years agotest
Bruce Momjian [Tue, 28 Apr 1998 19:20:22 +0000 (19:20 +0000)]
test

26 years agotest
Bruce Momjian [Tue, 28 Apr 1998 18:59:46 +0000 (18:59 +0000)]
test

26 years agoAdd cursor name to man page.
Bruce Momjian [Tue, 28 Apr 1998 18:39:11 +0000 (18:39 +0000)]
Add cursor name to man page.

26 years agoInclude full tools installation instructions from Tom Helbekkmo.
Thomas G. Lockhart [Tue, 28 Apr 1998 14:57:48 +0000 (14:57 +0000)]
Include full tools installation instructions from Tom Helbekkmo.
Include small section on authoring and Makefile configuration.
Rearrange section order.

26 years agoInclude info on setting compiler options on the command line
Thomas G. Lockhart [Tue, 28 Apr 1998 14:55:45 +0000 (14:55 +0000)]
Include info on setting compiler options  on the command line
 when building executables.

26 years agoFix some typos.
Thomas G. Lockhart [Tue, 28 Apr 1998 14:54:24 +0000 (14:54 +0000)]
Fix some typos.

26 years agoInclude e-mail exchange between Jan and Andreas to start info on rules.
Thomas G. Lockhart [Tue, 28 Apr 1998 14:52:46 +0000 (14:52 +0000)]
Include e-mail exchange between Jan and Andreas to start info on rules.

26 years agoMake Linux startup support sh and csh.
Bruce Momjian [Tue, 28 Apr 1998 03:25:33 +0000 (03:25 +0000)]
Make Linux startup support sh and csh.

26 years agoFrom: t-ishii@sra.co.jp
Marc G. Fournier [Mon, 27 Apr 1998 17:10:50 +0000 (17:10 +0000)]
From: t-ishii@sra.co.jp

Hi, here are patches I promised (against 6.3.2):

* character_length(), position(), substring() are now aware of
          multi-byte characters
* add octet_length()
* add --with-mb option to configure
* new regression tests for EUC_KR
  (contributed by "Soonmyung. Hong" <hong@lunaris.hanmesoft.co.kr>)
* add some test cases to the EUC_JP regression test
* fix problem in regress/regress.sh in case of System V
* fix toupper(), tolower() to handle 8bit chars

note that:

o  patches for both configure.in and configure are
included. maybe the one for configure is not necessary.

o pg_proc.h was modified to add octet_length(). I used OIDs
(1374-1379) for that. Please let me know if these numbers are not
appropriate.

26 years agoFrom: Jun Kuwamura <juk@rccm.co.jp>
Marc G. Fournier [Mon, 27 Apr 1998 16:59:12 +0000 (16:59 +0000)]
From: Jun Kuwamura <juk@rccm.co.jp>

  I do not know about these contributions well as I only made the binaries
to contribute to a Japanese Linux package.(I did not test them.)  But I
try to make some brief introduction about the contrib directory with my
poor English.  Here is a draft of README about contrib directory:

26 years agoshow the index used in an explain
Marc G. Fournier [Mon, 27 Apr 1998 16:57:09 +0000 (16:57 +0000)]
show the index used in an explain

From: Zeugswetter Andreas SARZ <Andreas.Zeugswetter@telecom.at>

26 years agoFrom: Tom Lane <tgl@sss.pgh.pa.us>
Marc G. Fournier [Mon, 27 Apr 1998 14:55:46 +0000 (14:55 +0000)]
From: Tom Lane <tgl@sss.pgh.pa.us>

HP-UX (all versions) requires shared libraries to have execute
permission, and really needs them to be exactly mode 555 for
performance reasons.  The standard configure/install procedure
installs libpq.sl as mode 644, which DOES NOT WORK.

The attached patch modifies the makefiles to distinguish
INSTL_LIB_OPTS (install mode for ordinary libraries) from
INSTL_SHLIB_OPTS (mode for shared libs), and adds a test
to configure to set INSTL_SHLIB_OPTS="-m 555" when on HP-UX.

26 years agoFrom: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
Marc G. Fournier [Mon, 27 Apr 1998 14:46:51 +0000 (14:46 +0000)]
From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>

        Ok, I have finally gotten all of the defines for Dec/Alpha and
Linux/Alpha sorted out as Marc asked. There is no longer any need for
'-Dalpha' or '-Dlinuxalpha' in either the Dec/Alpha or the Linux/Alpha
template files (./src/template/{alpha,linuxalpha}). I have replaced every
instance of 'alpha' or '__alpha__' with '__alpha', as that appears to be
the common symbol between C compilers on both operating systems (RH4.2 &
DecUnix 4.0b) for alpha.

26 years agoFrom: Michael Meskes <meskes@topsystem.de>
Marc G. Fournier [Mon, 27 Apr 1998 14:35:58 +0000 (14:35 +0000)]
From: Michael Meskes <meskes@topsystem.de>

And the next update. Now you can use only parts of a struct like this:

exec sql select a into :struct.string from foo;

26 years agoAdd Darren's char2-16 files.
Bruce Momjian [Mon, 27 Apr 1998 13:50:03 +0000 (13:50 +0000)]
Add Darren's char2-16 files.

26 years agoThis patch...
Bruce Momjian [Mon, 27 Apr 1998 04:08:07 +0000 (04:08 +0000)]
This patch...

1. Removes the unnecessary "#define AbcRegProcedure 123"'s from
pg_proc.h.

2. Changes those #defines to use the names already defined in
fmgr.h.

3. Forces the make of fmgr.h in backend/Makefile instead of having
it
   made as a dependency in access/common/Makefile  *hack*hack*hack*

4. Rearranged the #includes to a less helter-skelter arrangement,
also
    changing <file.h> to "file.h" to signify a non-system header.

5. Removed "pg_proc.h" from files where its only purpose was for
the
   #defines removed in item #1.

6. Added "fmgr.h" to each file changed for completeness sake.

Turns out that #6 was not necessary for some files because fmgr.h
was being included in a roundabout way SIX levels deep by the first
include.

"access/genam.h"
 ->"access/relscan.h"
   ->"utils/rel.h"
     ->"access/strat.h"
       ->"access/skey.h"
 ->"fmgr.h"

So adding fmgr.h really didn't add anything to the compile, hopefully
just made it clearer to the programmer.

S Darren.

26 years agoAdd prper perl config testing.
Bruce Momjian [Mon, 27 Apr 1998 03:56:59 +0000 (03:56 +0000)]
Add prper perl config testing.

26 years agomanual page update from Oliver Elphick
Bruce Momjian [Mon, 27 Apr 1998 03:41:33 +0000 (03:41 +0000)]
manual page update from Oliver Elphick
Oliver.Elphick@lfix.co.uk

26 years agoFix cc-specifc compiler flags in templatees.
Bruce Momjian [Mon, 27 Apr 1998 03:32:11 +0000 (03:32 +0000)]
Fix cc-specifc compiler flags in templatees.

26 years agoFixed table type lengths for Maurice.
Bruce Momjian [Mon, 27 Apr 1998 03:19:10 +0000 (03:19 +0000)]
Fixed table type lengths for Maurice.

26 years agoImproved version from Claudiu
Bruce Momjian [Mon, 27 Apr 1998 03:07:18 +0000 (03:07 +0000)]
Improved version from Claudiu

26 years agoFIx confusion over SORT and SORTCLAUSE in node handling.
Bruce Momjian [Mon, 27 Apr 1998 02:58:07 +0000 (02:58 +0000)]
FIx confusion over SORT and SORTCLAUSE in node handling.

26 years agoIncluded is a patch for ecpg which seems to have some compiling
Bruce Momjian [Sun, 26 Apr 1998 23:14:39 +0000 (23:14 +0000)]
Included is a patch for ecpg which seems to have some compiling
problems on non POSIX systems such as SunOS 4.1.x.  -- Tatsuo Ishii
t-ishii@sra.co.jp -

26 years agoDoc updates from Darren on char2-16 removal
Bruce Momjian [Sun, 26 Apr 1998 04:18:06 +0000 (04:18 +0000)]
Doc updates from Darren on char2-16 removal

26 years agoRe-apply Darren's char2-16 removal code.
Bruce Momjian [Sun, 26 Apr 1998 04:12:15 +0000 (04:12 +0000)]
Re-apply Darren's char2-16 removal code.

26 years agotemplate cleanup
Bruce Momjian [Fri, 24 Apr 1998 15:58:17 +0000 (15:58 +0000)]
template cleanup

26 years agoInline some small functions called for every row.
Bruce Momjian [Fri, 24 Apr 1998 14:43:33 +0000 (14:43 +0000)]
Inline some small functions called for every row.

26 years agoFrom: Michael Meskes <meskes@topsystem.de>
Marc G. Fournier [Fri, 24 Apr 1998 12:10:20 +0000 (12:10 +0000)]
From: Michael Meskes <meskes@topsystem.de>

+ Thu Apr 23 09:27:16 CEST 1998
+
+       - Also allow call in whenever statement with the same functionality
+         as do.
+
+ Thu Apr 23 12:29:28 CEST 1998
+
+       - Also rewrote variable declaration part. It is now possible to
+         declare more than one variable per line.
+       - Set version to 2.1.0
+
+ Fri Apr 24 13:50:15 CEST 1998
+
+       - Fixed some bugs.
+       - Set version to 2.1.1

26 years agoClean up configure so that it properly (I hope?) GUESSes the template to
Marc G. Fournier [Fri, 24 Apr 1998 01:19:00 +0000 (01:19 +0000)]
Clean up configure so that it properly (I hope?) GUESSes the template to
use, if not stipulated via --with-template

26 years agopginterface cleanup
Bruce Momjian [Thu, 23 Apr 1998 17:25:29 +0000 (17:25 +0000)]
pginterface cleanup

26 years agoMissed a few files that were added with the lib/modules patch...
Marc G. Fournier [Wed, 22 Apr 1998 04:20:55 +0000 (04:20 +0000)]
Missed a few files that were added with the lib/modules patch...

26 years agoFrom: Jun Kuwamura <juk@rccm.co.jp>
Marc G. Fournier [Wed, 22 Apr 1998 04:16:46 +0000 (04:16 +0000)]
From: Jun Kuwamura <juk@rccm.co.jp>

  This patch fix the Makefiles in contrib/{pginterface, spi,
miscutil, int8, ip_and_mac, sequence, soundex, string, userlock,
array, datetime} to install their modules in one directory(lib/modules/).

26 years agoAdd hpux patch for cpp.
Bruce Momjian [Tue, 21 Apr 1998 16:18:30 +0000 (16:18 +0000)]
Add hpux patch for cpp.

26 years agoUpgrade ECPG to 2.0
Marc G. Fournier [Tue, 21 Apr 1998 13:23:24 +0000 (13:23 +0000)]
Upgrade ECPG to 2.0

Michael Meskes <meskes@topsystem.de>

26 years agoTry for a LINUX_ELF fix (bandage?)
Marc G. Fournier [Tue, 21 Apr 1998 12:38:46 +0000 (12:38 +0000)]
Try for a LINUX_ELF fix (bandage?)

26 years agoFrom: Bryan Henderson <bryanh@giraffe-data.com>
Marc G. Fournier [Tue, 21 Apr 1998 04:00:06 +0000 (04:00 +0000)]
From: Bryan Henderson <bryanh@giraffe-data.com>

Here's a fix for a tiny memory leak in PQsetdb/PQfinish.

(Analysis of a running program indicates there are several others, but
this is the only obvious one I saw in the code).

26 years agoTry to find cpp failure and report it.
Bruce Momjian [Mon, 20 Apr 1998 18:11:42 +0000 (18:11 +0000)]
Try to find cpp failure and report it.

26 years agoFrom: Peter T Mount <patches@maidast.demon.co.uk>
Marc G. Fournier [Sat, 18 Apr 1998 18:32:44 +0000 (18:32 +0000)]
From: Peter T Mount <patches@maidast.demon.co.uk>

This fixes a problem in ResultSet.getDate() when the column is NULL
(reported by Vincent Partington <Vincent.Partington@nmg.nl>)

And fixes a problem with Field's (ResultSet.getObject() was proving to be
slow as it repetedly send queries for oid -> name mapping - fixed by
creating a cache. (reported by Mario Ellebrecht <ellebrec@nads.de>)

26 years agoUPdate TODO list.
Bruce Momjian [Fri, 17 Apr 1998 14:54:16 +0000 (14:54 +0000)]
UPdate TODO list.

26 years agoUpdate HISTORY/TODO. Disable HAVING.
Bruce Momjian [Fri, 17 Apr 1998 04:12:56 +0000 (04:12 +0000)]
Update HISTORY/TODO.  Disable HAVING.

26 years agoUse POSTGRESDIR to set initial PGDOCS destination directory.
Thomas G. Lockhart [Fri, 17 Apr 1998 03:58:11 +0000 (03:58 +0000)]
Use POSTGRESDIR to set initial PGDOCS destination directory.
PGDOCS in Makefile.custom will supercede defaults here, I think...

26 years agoUpdate info to reflect success on Alpha/Linux and Alpha/DUnix ports.
Thomas G. Lockhart [Fri, 17 Apr 1998 03:56:08 +0000 (03:56 +0000)]
Update info to reflect success on Alpha/Linux and Alpha/DUnix ports.

26 years agoFix typos in a couple of examples.
Thomas G. Lockhart [Fri, 17 Apr 1998 03:55:01 +0000 (03:55 +0000)]
Fix typos in a couple of examples.

26 years agoA few minor mods:
Marc G. Fournier [Fri, 17 Apr 1998 03:06:35 +0000 (03:06 +0000)]
A few minor mods:

gram.c updated
scan.c updated
ecpg/Makefile added LDFLAGS
configure requires sfio for those systems with it installed...

26 years agoFrom: Darren King <darrenk@insightdist.com>
Marc G. Fournier [Fri, 17 Apr 1998 02:44:01 +0000 (02:44 +0000)]
From: Darren King <darrenk@insightdist.com>

This will force the aix compiler to insert trapping code to
check for division by zero for the 4.1 port.

26 years agoGet rid of the TEMPLATE verbosity and make it so that --with-template is
Marc G. Fournier [Fri, 17 Apr 1998 01:55:31 +0000 (01:55 +0000)]
Get rid of the TEMPLATE verbosity and make it so that --with-template is
documented in ./configure --help

26 years agoFrom: Brook Milligan <brook@trillium.NMSU.Edu>
Marc G. Fournier [Fri, 17 Apr 1998 01:30:21 +0000 (01:30 +0000)]
From: Brook Milligan <brook@trillium.NMSU.Edu>

Here is a pair of patches that (I hope) finish the configuration
issues with tcl/tk and make the recognition of the two packages
completely parallel in organization.  This should make future changes
easier to maintain.

Hope to see this in 6.2.2.

26 years agoFrom: David Hartwig <daveh@insightdist.com>
Marc G. Fournier [Wed, 15 Apr 1998 21:56:54 +0000 (21:56 +0000)]
From: David Hartwig <daveh@insightdist.com>

Marc, I overlooked this file it should be included in the source.  Oops
Also the binary file is only 1.2 meg not 2.5 meg. Oops again.

26 years agoUpdate FAQ.
Bruce Momjian [Wed, 15 Apr 1998 16:50:32 +0000 (16:50 +0000)]
Update FAQ.

26 years agopgintro now has a list of all manual pages.
Bruce Momjian [Wed, 15 Apr 1998 16:44:36 +0000 (16:44 +0000)]
pgintro now has a list of all manual pages.

26 years agoMove HAVING function to proper file.
Bruce Momjian [Wed, 15 Apr 1998 15:29:57 +0000 (15:29 +0000)]
Move HAVING function to proper file.

26 years ago1.7.3
Edmund Mergl [Tue, 14 Apr 1998 21:14:52 +0000 (21:14 +0000)]
1.7.3

26 years agoUpdate gram.c.nd *.h files.
Bruce Momjian [Tue, 14 Apr 1998 03:28:50 +0000 (03:28 +0000)]
Update gram.c.nd *.h files.

26 years agoUpdate gram.c scan.c.
Bruce Momjian [Tue, 14 Apr 1998 01:52:47 +0000 (01:52 +0000)]
Update gram.c scan.c.

26 years agoCleanup up code.
Bruce Momjian [Mon, 13 Apr 1998 21:07:15 +0000 (21:07 +0000)]
Cleanup up code.

26 years agoWhat was LINUX_ELF doing in there?
Bruce Momjian [Mon, 13 Apr 1998 16:34:48 +0000 (16:34 +0000)]
What was LINUX_ELF doing in there?

26 years agoReplace old PostODBC driver with new one...
Marc G. Fournier [Mon, 13 Apr 1998 15:02:05 +0000 (15:02 +0000)]
Replace old PostODBC driver with new one...

This one is based on an older PostODBC driver, rewritten and maintained by
InsightDist(?)

26 years agoFrom: Diab Jerius <dj@pelf.harvard.edu>
Marc G. Fournier [Mon, 13 Apr 1998 14:46:48 +0000 (14:46 +0000)]
From: Diab Jerius <dj@pelf.harvard.edu>

Fix for Solaris/cc problem

26 years agoNew book to FAQ.
Bruce Momjian [Sun, 12 Apr 1998 14:17:40 +0000 (14:17 +0000)]
New book to FAQ.

26 years agoMore work in the right direction on linux/alpha
Marc G. Fournier [Sun, 12 Apr 1998 02:58:22 +0000 (02:58 +0000)]
More work in the right direction on linux/alpha

From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>

26 years agoFix for PROFILE env.
Bruce Momjian [Sun, 12 Apr 1998 01:18:35 +0000 (01:18 +0000)]
Fix for PROFILE env.

26 years agolinuxalpha patches from Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
Marc G. Fournier [Sat, 11 Apr 1998 21:14:50 +0000 (21:14 +0000)]
linuxalpha patches from Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>

26 years agoOops...I used Relation->rd_fd->relname exactly, instead of using the actual
Marc G. Fournier [Fri, 10 Apr 1998 22:07:41 +0000 (22:07 +0000)]
Oops...I used Relation->rd_fd->relname exactly, instead of using the actual
variable name *blush* *grin*

26 years agoOkay, add relation name to the file generating the error...
Marc G. Fournier [Fri, 10 Apr 1998 21:59:30 +0000 (21:59 +0000)]
Okay, add relation name to the file generating the error...

26 years agoSee if I can determine where the BTP_CHAIN error is coming from...
Marc G. Fournier [Fri, 10 Apr 1998 18:43:30 +0000 (18:43 +0000)]
See if I can determine where the BTP_CHAIN error is coming from...

26 years agomake --with-libs == --with-libraries
Marc G. Fournier [Fri, 10 Apr 1998 02:59:38 +0000 (02:59 +0000)]
make --with-libs == --with-libraries

26 years agoClean up HISTORY file so I can generate cleaner HTML.
Bruce Momjian [Fri, 10 Apr 1998 02:48:08 +0000 (02:48 +0000)]
Clean up HISTORY file so I can generate cleaner HTML.

26 years agoOops reverse patch. no need for it.
Bruce Momjian [Thu, 9 Apr 1998 04:42:56 +0000 (04:42 +0000)]
Oops reverse patch.  no need for it.

26 years agoAllow -lib-dir to find libreadline.a
Bruce Momjian [Thu, 9 Apr 1998 04:24:52 +0000 (04:24 +0000)]
Allow -lib-dir to find libreadline.a

26 years agoStill mostly empty but add info on PAGER env variable and general paging
Thomas G. Lockhart [Wed, 8 Apr 1998 06:42:17 +0000 (06:42 +0000)]
Still mostly empty but add info on PAGER env variable and general paging
 behavior from Brett McCormick.

26 years agoFix incorrect second argument type for dpow() declaration.
Thomas G. Lockhart [Wed, 8 Apr 1998 06:40:09 +0000 (06:40 +0000)]
Fix incorrect second argument type for dpow() declaration.

26 years agoPrepare the EXTRACT() clause for supporting TIMEZONE_HOUR
Thomas G. Lockhart [Wed, 8 Apr 1998 06:39:01 +0000 (06:39 +0000)]
Prepare the EXTRACT() clause for supporting TIMEZONE_HOUR
 and TIMEZONE_MINUTE but don't introduce until v6.4.
Fix SET TIMEZONE LOCAL to pass null pointer
 rather than older "default" string.
Fix handling of NULL pointer returns from FOREIGN KEY clauses
 which are currently ignored.
Allow START as a table/column name.

26 years agoTemporarily back out fixes for unary minus parsing.
Thomas G. Lockhart [Wed, 8 Apr 1998 06:35:02 +0000 (06:35 +0000)]
Temporarily back out fixes for unary minus parsing.
Will re-introduce for v6.4 but requires fixes for automatic type
 conversion beforehand.

26 years agoRemove name.* files.
Bruce Momjian [Wed, 8 Apr 1998 02:32:52 +0000 (02:32 +0000)]
Remove name.* files.

26 years agoFrom: Bruce Stephens <bruce@cenderis.demon.co.uk>
Marc G. Fournier [Wed, 8 Apr 1998 02:06:37 +0000 (02:06 +0000)]
From: Bruce Stephens <bruce@cenderis.demon.co.uk>

fix for the tk problem...

26 years agoRe-add pg_dump fix.
Bruce Momjian [Tue, 7 Apr 1998 22:36:38 +0000 (22:36 +0000)]
Re-add pg_dump fix.

26 years agoReverse out pg_dump changes.
Bruce Momjian [Tue, 7 Apr 1998 22:00:37 +0000 (22:00 +0000)]
Reverse out pg_dump changes.

26 years agoUpdate configure.
Bruce Momjian [Tue, 7 Apr 1998 21:26:52 +0000 (21:26 +0000)]
Update configure.

26 years agoUpdate for 6.3.2
Bruce Momjian [Tue, 7 Apr 1998 21:01:28 +0000 (21:01 +0000)]
Update for 6.3.2

26 years agoBack out char2-char16 removal. Add later.
Bruce Momjian [Tue, 7 Apr 1998 18:14:38 +0000 (18:14 +0000)]
Back out char2-char16 removal.  Add later.

26 years agoFix for ACL's from Thomas A. Szybist.
Bruce Momjian [Tue, 7 Apr 1998 16:41:11 +0000 (16:41 +0000)]
Fix for ACL's from Thomas A. Szybist.

26 years agoAssert fix
Bruce Momjian [Mon, 6 Apr 1998 17:52:35 +0000 (17:52 +0000)]
Assert fix

26 years agoASSERT fixes.
Bruce Momjian [Mon, 6 Apr 1998 17:27:54 +0000 (17:27 +0000)]
ASSERT fixes.

26 years agodistclean cleanup
Bruce Momjian [Mon, 6 Apr 1998 17:02:13 +0000 (17:02 +0000)]
distclean cleanup

26 years agoDESTDIR removed, again.
Bruce Momjian [Mon, 6 Apr 1998 16:53:15 +0000 (16:53 +0000)]
DESTDIR removed, again.

26 years agoOlder html conversion of original docs to html
Thomas G. Lockhart [Mon, 6 Apr 1998 15:33:53 +0000 (15:33 +0000)]
Older html conversion of original docs to html
 superceded by the new sgml/docbook versions.

26 years agodestdir cleanup.
Bruce Momjian [Mon, 6 Apr 1998 04:57:32 +0000 (04:57 +0000)]
destdir cleanup.

26 years agoMakefile cleanup./
Bruce Momjian [Mon, 6 Apr 1998 03:23:01 +0000 (03:23 +0000)]
Makefile cleanup./

26 years agoconfiure cleanup
Bruce Momjian [Mon, 6 Apr 1998 03:10:32 +0000 (03:10 +0000)]
confiure cleanup