Re: JSON for PG 9.2
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Simon Riggs <simon@2ndQuadrant.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Bruce Momjian <bruce@momjian.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2011-12-12T21:23:44Z
Lists: pgsql-hackers
On mån, 2011-12-12 at 21:08 +0000, Simon Riggs wrote: > On Mon, Dec 12, 2011 at 8:54 PM, Robert Haas <robertmhaas@gmail.com> wrote: > > > There are way too many places that assume that the typmod can > > just be discarded. > > If true, that probably ought to be documented cos it sounds fairly important. > > Where and when is it true? Function arguments and return values, for example.