pgsql: Remove old documentation warnings about the use of bigint.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove old documentation warnings about the use of bigint.
Date: 2012-08-30 17:13:49
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove old documentation warnings about the use of bigint.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/48a9c7823e032fde54cb0658fbd488809a3fdc69

Modified Files
--------------
doc/src/sgml/datatype.sgml | 14 ++------------
1 files changed, 2 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2012-08-30 17:19:08 pgsql: Document that COPY OUT requires an absolute pathname.
Previous Message Robert Haas 2012-08-30 17:10:02 pgsql: Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit.