pgsql: Update type-conversion documentation for long-ago changes.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update type-conversion documentation for long-ago changes.
Date: 2011-09-06 16:16:37
Message-ID: E1R0yKD-0006og-KN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update type-conversion documentation for long-ago changes.

This example wasn't updated when we changed the behavior of bpcharlen()
in 8.0, nor when we changed the number of parameters taken by the bpchar()
cast function in 7.3. Per report from lsliang.

Branch
------
REL8_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f85efeef2455e788092b497f7b8d6f9246b1cdfc

Modified Files
--------------
doc/src/sgml/typeconv.sgml | 22 ++++++++++++----------
1 files changed, 12 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-09-06 16:37:08 pgsql: Add an "incompatibility" entry to 9.1 release notes about CREATE
Previous Message Ants Aasma 2011-09-06 15:40:04 Re: [COMMITTERS] pgsql: Clean up the #include mess a little.