Re: [doc] remove reference to pg_dump pre-8.1 switch behaviour
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Justin Pryzby <pryzby@telsasoft.com>, Heikki Linnakangas <hlinnaka@iki.fi>, Stephen Frost <sfrost@snowman.net>, Ian Lawrence Barwick <barwick@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-12-01T07:35:49Z
Lists: pgsql-hackers
On Mon, Nov 30, 2020 at 03:46:19PM -0500, Tom Lane wrote: > Michael Paquier <michael@paquier.xyz> writes: > > So this comes down to 5 items, as per the attached. Thoughts? > > These items look fine to me, except this bit seems a bit awkward: > > + Note that the delayed indexing technique used for <acronym>GIN</acronym> > + (see <xref linkend="gin-fast-update"/> for details) makes this advice > + less necessary, but for very large updates it may still be best to > + drop and recreate the index. > > Less necessary than what? Maybe instead write > > When fastupdate is enabled (see ...), the penalty is much less than > when it is not. But for very large updates it may still be best to > drop and recreate the index. Thanks, that's indeed better. I used your wording, looked at that again, and applied that. -- Michael
Commits
-
doc: Remove more notes about compatibilities with past versions
- 8a17f44c1e7a 14.0 landed
-
docs: Remove notes about incompatibilies with very old versions.
- fa42c2ecb0f6 14.0 landed
-
doc: Remove reference to pre-8.2 pg_dump behaviour
- 902b57c9bf27 14.0 landed
-
Remove pg_dump/pg_dumpall support for dumping from pre-8.0 servers.
- 64f3524e2c8d 10.0 cited
-
Revise psql pattern-matching switches as per discussion. The rule is now
- 24e97528631e 8.2.0 cited
-
Improve description of the pattern matching rules used by psql's \d
- 77d2b1b625c7 8.2.0 cited