pgsql: doc: improve description of subscripting of arrays - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: improve description of subscripting of arrays
Date
Msg-id E1kCnvy-0007Lq-UQ@gemulon.postgresql.org
Whole thread Raw
List 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@materialize.io

Discussion: https://postgr.es/m/159538675800.624.7728794628229799531@wrigleys.postgresql.org

Backpatch-through: 9.5

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/2f8ea9116b17036400b71ec95923990e9fa833cf

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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: docs: improve 'capitals' inheritance example
Next
From: Bruce Momjian
Date:
Subject: pgsql: C comment: remove mention of use of t_hoff WAL structure member