[PATCH] Add some more documentation for array indexes/operators
Ryan Kelly <rpkelly22@gmail.com>
From: Ryan Kelly <rpkelly22@gmail.com>
To: pgsql-hackers@postgresql.org
Date: 2012-06-20T13:23:38Z
Lists: pgsql-hackers
Attachments
- arrays-doc.patch (text/x-diff) patch
I had trouble finding what operators arrays supported or which ones had index support or even determining that arrays could be indexed from the documentation from the array data type. So, patch. -Ryan Kelly