Re: [DOCS] Special column trivia

2010-06-10 Thread Bruce Momjian
Tom Lane wrote: > > What got me reading that section was a rather weird documentation > > question/addition from Edmund Horner. He noted that the following works > > on PG8.4 and 9.0: > > > postgres=# select (row(1,2)).name; > > This is the cast-a-composite-type-to-string-type issue that's com

[DOCS] 9.0 release note update

2010-06-10 Thread Bruce Momjian
I have just applied the attached patch from Josh Berkus to update the 9.0 release notes. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + None of us is going to be here forever. + Index: doc/src/sgml/release-9.0.sgml ===

Re: [DOCS] typo in release note

2010-06-10 Thread Robert Haas
On Thu, Jun 10, 2010 at 10:16 AM, Tom Lane wrote: > Robert Haas writes: >> On Thu, Jun 10, 2010 at 4:00 AM, Fujii Masao wrote: >>> The release note says "Allow continuous archive (WAL) files >>> to be streamed to a standby system" about SR. But no archive >>> files are streamed in SR. So we shou

Re: [DOCS] typo in release note

2010-06-10 Thread Tom Lane
Robert Haas writes: > On Thu, Jun 10, 2010 at 4:00 AM, Fujii Masao wrote: >> The release note says "Allow continuous archive (WAL) files >> to be streamed to a standby system" about SR. But no archive >> files are streamed in SR. So we should get rid of the word >> "archive" from that sentence? H

Re: [DOCS] typo in release note

2010-06-10 Thread Robert Haas
On Thu, Jun 10, 2010 at 4:00 AM, Fujii Masao wrote: > The release note says "Allow continuous archive (WAL) files > to be streamed to a standby system" about SR. But no archive > files are streamed in SR. So we should get rid of the word > "archive" from that sentence? Here is the patch. I don't

[DOCS] typo in release note

2010-06-10 Thread Fujii Masao
Hi, The release note says "Allow continuous archive (WAL) files to be streamed to a standby system" about SR. But no archive files are streamed in SR. So we should get rid of the word "archive" from that sentence? Here is the patch. Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORA