Bruce Momjian
b002af5698
More release note word-smithing.
2007-10-20 23:41:23 +00:00
Bruce Momjian
24f3a77112
Fix release tag spelling typo.
2007-10-20 20:19:06 +00:00
Bruce Momjian
1ba96ef04f
More release note wording improvements.
2007-10-20 16:41:09 +00:00
Bruce Momjian
7b98f6be6e
Update German FAQ.
...
Ian Barwick
2007-10-20 15:49:09 +00:00
Tom Lane
41a312a1f6
Add a note pointing out that you can't log to syslog without tweaking
...
the syslog configuration file (at least not on most known Unixen).
I dunno why we hadn't had that info in the docs all along ...
2007-10-20 04:00:38 +00:00
Bruce Momjian
6fe5885cdf
More indenting cleanup for release notes.
2007-10-19 01:56:06 +00:00
Bruce Momjian
35dab98e1b
Consistently indent release notes for prior releases.
2007-10-18 23:34:54 +00:00
Bruce Momjian
decff24fe2
More release wording adjustments.
2007-10-18 23:05:06 +00:00
Bruce Momjian
52c51a45e6
More indenting cleanup, tag additions.
2007-10-18 16:47:58 +00:00
Bruce Momjian
f031610297
Move a few items into migration from the main changes section. Indent
...
8.3 consistently.
2007-10-18 16:45:05 +00:00
Neil Conway
35342395c0
Minor fixes for the release notes.
2007-10-18 06:07:23 +00:00
Bruce Momjian
403b6fd9a9
Small changes to release note descriptions.
2007-10-18 05:39:06 +00:00
Bruce Momjian
62c99fc289
First pass over release documentation. I trimmed down some of the
...
entries and removed a few.
2007-10-18 05:15:48 +00:00
Bruce Momjian
6bec963aa5
Re-add FAQ item:
...
<H3 id="item4.19">4.19) Why do I get "relation with OID #####
does not exist" errors when accessing temporary tables in PL/PgSQL
functions?</H3>
2007-10-17 17:34:51 +00:00
Tom Lane
6efae5bf2a
Another round of editorialization on the text search documentation.
...
Notably, standardize on using "token" for the strings output by a parser,
while "lexeme" is reserved for the normalized strings produced by a
dictionary.
2007-10-17 01:01:28 +00:00
Bruce Momjian
cb0d539d05
Mention Slony as just an example.
2007-10-16 19:44:18 +00:00
Magnus Hagander
d8c5edae3b
Fix the URL properly per Robert Treat.
2007-10-16 19:04:34 +00:00
Bruce Momjian
4fef90dfed
Add doc clarifications for warm standby.
2007-10-16 14:56:51 +00:00
Magnus Hagander
aad991b41b
Update URLs to a couple of external projects
2007-10-16 12:14:33 +00:00
Bruce Momjian
59dc5d0e11
Slony switch is only seconds of downtime.
2007-10-16 05:37:40 +00:00
Bruce Momjian
e61d252152
Add mention of Slony for in-place upgrades.
2007-10-16 02:48:57 +00:00
Tom Lane
4b21d1f09b
Remove obsolete examples of add-on parsers and dictionary templates;
...
these are more easily and usefully maintained as contrib modules.
Various other wordsmithing, markup improvement, etc.
2007-10-15 21:39:57 +00:00
Tom Lane
18e3fcc31e
Migrate the former contrib/txid module into core. This will make it easier
...
for Slony and Skytools to depend on it. Per discussion.
2007-10-13 23:06:28 +00:00
Bruce Momjian
bf673f2525
Attached some minor corrections, mainly completion of removal of
...
the "relation with OID ##### does not exist" item, and some URL
corrections.
Ian Barwick
2007-10-13 03:37:12 +00:00
Bruce Momjian
05c609b3d4
Add missing word.
2007-10-11 20:35:56 +00:00
Bruce Momjian
70680211de
Add missing word.
2007-10-11 20:04:59 +00:00
Bruce Momjian
1246fcd02a
Update release notes in "major" and "migration" sections. Still have
...
remainder of release notes to review.
2007-10-11 19:46:21 +00:00
Bruce Momjian
68b08b2512
Whitespace cleanup.
2007-10-11 02:43:55 +00:00
Neil Conway
f83a9303a6
Minor correction for full-text search limitations docs.
...
Heikki Linnakangas.
2007-10-10 21:48:22 +00:00
Neil Conway
8230895313
Fix typo in REVOKE reference page. Guillaume Lelarge.
2007-10-10 21:38:51 +00:00
Bruce Momjian
29eece51a8
Back out release changes that weren't ready for commit.
2007-10-10 14:09:49 +00:00
Bruce Momjian
688b3aac49
Update Japanese FAQ.
...
Jun Kuwamura
2007-10-10 13:43:42 +00:00
Bruce Momjian
e1caa90406
Add mention of full text indexing for word searches.
2007-10-09 20:13:11 +00:00
Bruce Momjian
db962bb14d
Remove FAQ item about temp tables in plpsql having invalid oid problems,
...
per suggestions from Pavel Stehule.
2007-10-09 20:08:04 +00:00
Bruce Momjian
cd2cf74584
Update sequence FAQ items, per suggestion from Pavel Stehule.
2007-10-09 19:55:36 +00:00
Neil Conway
81f285da7c
Replace a reference to "start_log_collector" with "logging_collector",
...
per Guillaume Lelarge.
2007-10-09 18:14:01 +00:00
Bruce Momjian
535b07873d
Update Brazilian FAQ.
...
Euler Taveira de Oliveira
2007-10-09 03:21:00 +00:00
Bruce Momjian
30b6622ecc
Typo fix.
...
Euler Taveira de Oliveira
2007-10-09 03:20:09 +00:00
Bruce Momjian
f7c6cb0be8
Add:
...
> * MONEY dumps in a locale-specific format making it difficult to
> restore to a system with a different locale
2007-10-09 02:31:40 +00:00
Bruce Momjian
d63790d726
Clarify user of "postmaster" vs. "server" in FAQs.
...
Brendan Jurd
2007-10-09 01:28:24 +00:00
Bruce Momjian
7121cc9021
Add:
...
> o Have ALTER SEQUENCE RENAME rename the sequence name stored
> in the sequence table
>
> http://archives.postgresql.org/pgsql-bugs/2007-09/msg00092.php
> http://archives.postgresql.org/pgsql-bugs/2007-10/msg00007.php
>
2007-10-08 18:01:17 +00:00
Alvaro Herrera
2a997a7065
A few improvements to analyze and vacuum sections in documentation: add "see
...
also" entries for autovacuum in analyze and vacuum reference pages, and
enhance usage of cross-references in the maintenance page.
2007-10-07 01:16:42 +00:00
Alvaro Herrera
a3ff937359
Change π to plain "pi" in index entry, to avoid double escaping issues.
2007-10-07 01:13:30 +00:00
Alvaro Herrera
2816b2cdd2
Clean up the doc makefile for draft HTML generation. It no longer works
...
to do "make DRAFT=Y html"; you need to use "make draft" (which was also
supported previously).
2007-10-07 00:32:11 +00:00
Alvaro Herrera
4718358fe7
Remove stylesheet.css file on "make clean", created only on VPATH builds.
2007-10-07 00:23:21 +00:00
Alvaro Herrera
f5e2911144
Fix missing parenthesis, per Guillaume Lelarge.
2007-10-06 17:45:49 +00:00
Alvaro Herrera
c880ed0afb
Fix SGML markup, from Guillaume Lelarge.
2007-10-06 15:50:43 +00:00
Tom Lane
3a38ea2616
Remove some cross-references that don't seem to work in HISTORY
...
generation ... we should figure this out later ...
2007-10-05 04:03:41 +00:00
Tom Lane
3c2d497f8d
Some desultory markup improvements in the new release notes.
2007-10-04 22:55:49 +00:00
Tom Lane
87dfa0d9ae
Stamp 8.3beta1, except in configure.in/configure.
2007-10-04 19:12:04 +00:00