pgsql: Update text that stated GiST indexes aren't WAL-logged.

Started by Tom Laneabout 21 years ago4 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
Update text that stated GiST indexes aren't WAL-logged.

Modified Files:
--------------
pgsql/doc/src/sgml:
backup.sgml (r2.65 -> r2.66)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/backup.sgml.diff?r1=2.65&r2=2.66)

#2Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Tom Lane (#1)
Re: pgsql: Update text that stated GiST indexes aren't

Don't forget the line in the GiST docs that says basically that WAL
logging is a SMOP:

http://developer.postgresql.org/docs/postgres/limitations.html

Chris

Tom Lane wrote:

Show quoted text

Log Message:
-----------
Update text that stated GiST indexes aren't WAL-logged.

Modified Files:
--------------
pgsql/doc/src/sgml:
backup.sgml (r2.65 -> r2.66)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/backup.sgml.diff?r1=2.65&r2=2.66)

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Christopher Kings-Lynne (#2)
Re: pgsql: Update text that stated GiST indexes aren't

Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:

Don't forget the line in the GiST docs that says basically that WAL
logging is a SMOP:
http://developer.postgresql.org/docs/postgres/limitations.html

Ah, I did forget that one. Thanks.

regards, tom lane

#4Christopher Kings-Lynne
chriskl@familyhealth.com.au
In reply to: Tom Lane (#3)
Re: pgsql: Update text that stated GiST indexes aren't

You could also mention under limitations that it's not NULL-safe perhaps.

Chris

Tom Lane wrote:

Show quoted text

Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:

Don't forget the line in the GiST docs that says basically that WAL
logging is a SMOP:
http://developer.postgresql.org/docs/postgres/limitations.html

Ah, I did forget that one. Thanks.

regards, tom lane