1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00
Commit Graph

10571 Commits

Author SHA1 Message Date
13e9cea634 Some updates for 7.1.1. 2001-05-03 16:26:21 +00:00
4ad073cf4c In the outputs section the NOTICE reads:
aggregate 'agg' for 'type' does not exist.

Mismatch with synopsis, agg must be name here.

Frank Wegmann
2001-05-02 20:35:21 +00:00
8e393fc501 Added mention of SHMALL and removed BSD/OS-specific table. 2001-05-02 17:04:53 +00:00
4929d85e50 description of the command line option echo should read:
Echo the queries that createuser generates and sends to the backend.
                      ^^^^^^^^^^

Frank Wegmann
2001-05-02 14:46:33 +00:00
adee1da002 Bump version to 7.1.1. Now run over to hub to rebuild documentation
before release...
2001-05-01 10:50:26 +00:00
4f268b01cd More markup fixes 2001-05-01 10:48:57 +00:00
d45c0794df Fix slightly confused description of debug options. 2001-05-01 03:00:28 +00:00
c8b5598a11 Document pltcl's return_null command. 2001-04-30 22:22:34 +00:00
955c8771f8 Repair freshly-broken markup. 2001-04-30 22:21:22 +00:00
60ba30d13a Break up PQexec() result functions into subsections to be clearer. Both
libpq and libpq++ reorganized.
2001-04-30 17:38:00 +00:00
9a878b4ec7 Add mention of libpgtcl's options to manual, libpq++ markup fixes. 2001-04-30 04:26:01 +00:00
82511e3375 In create_function there is a remark concerning SQL/PSM not
being ratified as yet. This is certainly no longer true, it wasn't
even true in Q2/1998 when I did a little research for Date's book.
SQL/PSM had been published on 1996-12-15 as ISO/IEC 9075:4. So you
might want to update that section.


Frank Wegmann
2001-04-28 13:59:07 +00:00
651acdaa6e A small patch for a small option (for rel. 7.1).
Jimmy Olgeni
2001-04-27 01:31:56 +00:00
8926d8b28d Update FAQ. 2001-04-27 00:55:49 +00:00
1531ed897b Update FAQ. 2001-04-27 00:22:59 +00:00
ea0d2dab06 Update FAQ. 2001-04-27 00:21:44 +00:00
e6767a3205 Final markup for 7.1 hardcopy release. Mostly typo and table-fitting
adjustments. Note that many tables are being abused with *really* long
 description columns. Should probably shrink those columns to be more
 concise, and move some of the info to follow-on reference notes.
2001-04-20 15:52:33 +00:00
072174f941 Add option --refentry to change \keepn (keep with next paragraph) to
\keep (keep current paragraph together). This fixes most troubles with
 reference pages marked up with <refentry> tags.
Use on reference.rtf, generated by "make reference.rtf".
2001-04-20 15:50:25 +00:00
d32422f796 Update Japanese FAQ's. 2001-04-16 04:20:36 +00:00
e47d6d440e Update FAQ. 2001-04-09 19:28:01 +00:00
f34fa8ba89 Update FAQ. 2001-04-08 22:57:38 +00:00
248365f2c6 Revert wrong SCO OpenServer report, update comments and improve formatting
a bit.  Regenerate INSTALL.
2001-04-06 15:52:41 +00:00
54329ac4a0 Utility to add the stylesheet "s0" definition to an RTF file.
This stylesheet must be present for Applixware to be happy generating
 a ToC. M$Word does not seem to care one way or the other.
2001-04-06 15:01:25 +00:00
f7f0b17909 Final (?) platform update for the 7.1 release. Includes new platform
NetBSD/PPC from Henry Hotz, several other platform updates, and move
 QNX to the unsupported list for now.
2001-04-06 05:52:10 +00:00
ea283f1555 Remove last-updated date stamp for 7.1. 2001-04-03 13:38:08 +00:00
39f0357b77 Update HISTORY/release.sgml to current. 2001-04-02 17:59:17 +00:00
53de19647f Update info for platforms BeOS, Tru64, Linux/MIPS, Linux/x86, NetBSD/Alpha,
NetBSD/arm, NetBSD/VAX, OpenBSD/Sparc, Solaris, Ultrix.
2001-04-02 15:19:15 +00:00
fdf1319d22 small fixes 2001-03-29 18:25:10 +00:00
0cadec788e Correct erroneous description of MVCC Read Committed semantics. 2001-03-28 20:46:34 +00:00
ec12e80019 > Kinda looks like Ian broke the compile-in-source-dir case while
> making the compile-in-separate-dir case work.  Tut tut.

Yes.  My apologies.  This patch is one way to fix things.

Ian
2001-03-27 16:34:14 +00:00
39ceedf5e0 The regexp pattern characters ^ and $ should be explained as matching
at the beginning and end of the input string, not the beginning and end
of "a line", since Postgres does not allow them to match at newline
characters in the data.
2001-03-25 18:14:31 +00:00
bdff9d80dc spell fix 2001-03-25 10:16:12 +00:00
b67e7bb1f7 Allow building documentation outside source tree.
from Ian Lance Taylor
2001-03-25 08:32:24 +00:00
0967057b5d minor copy editing 2001-03-24 23:03:26 +00:00
b420c47434 Disable pg_upgrade. 2001-03-24 13:21:14 +00:00
1a9840cd63 Update info about mailing lists, make a few other minor improvements. 2001-03-24 03:40:44 +00:00
f7a4db10b2 Update to the current state of platform support.
Still need some tested for the 7.1 release.
2001-03-24 02:36:01 +00:00
15dc7d11ea Fix up wording slightly. No change in content. 2001-03-24 02:35:25 +00:00
27b5a8ef0f Miscellaneous updates and minor copy-editing. 2001-03-24 00:24:26 +00:00
3311e250cd Doc update from Roberto Mello: improved versions of instr() examples. 2001-03-23 22:07:50 +00:00
4e911c847c Fix SPI example to reflect new-style calling convention for textout(). 2001-03-23 01:51:08 +00:00
6cf8707b82 correction 2001-03-21 19:09:03 +00:00
2bea1e0aec Update Japanese FAQ. 2001-03-20 22:15:43 +00:00
40dc76e315 Recommend CREATE TABLE AS in preference to SELECT INTO. Remove the
(inadequate anyway) mention of SELECT INTO from the main SELECT ref page.
Point out that SELECT INTO means something else in plpgsql and ecpg.
2001-03-20 20:54:41 +00:00
ca03b551fc Discuss LOCALE differences as a reason for regression test failure. 2001-03-20 00:09:36 +00:00
6ea087b243 Add missing TO. 2001-03-19 16:20:52 +00:00
1088e72054 Add note about saving large objects during upgrade. 2001-03-19 16:19:26 +00:00
11fd91579a Repair. 2001-03-17 18:08:14 +00:00
406183fbed Tuning for docbook2man. 2001-03-17 16:27:31 +00:00
3d4fda8d19 New updates from Roberto Mello sent privately today due to email troubles. 2001-03-17 01:53:22 +00:00