pgsql: doc: improve description of subscripting of arrays

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: improve description of subscripting of arrays
Date: 2020-08-31 17:49:34
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: improve description of subscripting of arrays

It wasn't clear the non-integers are cast to integers for subscripting,
rather than throwing an error.

Reported-by: sean(at)materialize(dot)io

Discussion: https://postgr.es/m/[email protected]

Backpatch-through: 9.5

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8006ac1c5117a56fcd138d663a3fe3709c8f9988

Modified Files
--------------
doc/src/sgml/syntax.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-08-31 17:58:16 pgsql: C comment: remove mention of use of t_hoff WAL structure member
Previous Message Bruce Momjian 2020-08-31 17:43:22 pgsql: docs: improve 'capitals' inheritance example