On Wed, Aug 26, 2015 at 10:10:01AM -0700, Peter Geoghegan wrote:
> On Wed, Aug 26, 2015 at 7:33 AM, Bruce Momjian <br...@momjian.us> wrote:
> > I have applied the attached patch to document this in the data type docs.
> 
> Thanks, but shouldn't varchar/text also be mentioned in the release
> notes, rather than "character fields"?

Good point. I have applied the attached patch.

-- 
  Bruce Momjian  <br...@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +
diff --git a/doc/src/sgml/release-9.5.sgml b/doc/src/sgml/release-9.5.sgml
new file mode 100644
index 438c5ed..a535e22
*** a/doc/src/sgml/release-9.5.sgml
--- b/doc/src/sgml/release-9.5.sgml
*************** Add GUC and storage parameter to set the
*** 315,322 ****
  2015-05-13 [78efd5c] Robert..: Extend abbreviated key infrastructure to datum ..
  -->
         <para>
!         Improve the speed of sorting character and <type>NUMERIC</> fields
!         (Peter Geoghegan, Andrew Gierth, Robert Haas)
         </para>
        </listitem>
  
--- 315,323 ----
  2015-05-13 [78efd5c] Robert..: Extend abbreviated key infrastructure to datum ..
  -->
         <para>
!         Improve the speed of sorting <type>VARCHAR</>, <type>TEXT</>,
!         and <type>NUMERIC</> fields (Peter Geoghegan, Andrew Gierth,
!         Robert Haas)
         </para>
        </listitem>
  
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to