json docs fixup - Mailing list pgsql-hackers

From Andrew Dunstan
Subject json docs fixup
Date
Msg-id 5234B7B9.5090901@dunslane.net
Whole thread Raw
Responses Re: json docs fixup
List 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



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: git apply vs patch -p1
Next
From: Jaime Casanova
Date:
Subject: Re: Assertions in PL/PgSQL