json docs fixup

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: json docs fixup
Date: 2013-09-14 19:23:37
Message-ID: 5234B7B9.5090901@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


While writing slides for pgopen next week, I noticed that the JSON docs
on json_populate_record and json_populate_recordset contain this sentence:

A column may only be specified once.

IIRC we removed that restriction during development, so unless there is
a squawk I am going to simply remove that sentence where it occurs. Or
should we say something like:

If a column is specified more than once, the last value is used.

cheers

andrew

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jaime Casanova 2013-09-14 19:55:15 Re: Assertions in PL/PgSQL
Previous Message Andres Freund 2013-09-14 19:08:19 Re: git apply vs patch -p1