Hi

2016-09-18 18:46 GMT+02:00 Tjibbe <tji...@rijpma.org>:

> '{{4,5},{8,3}}' + '{3,6}'


postgres=# select '{{4,5},{8,3}}'::int[] || ARRAY[[3,6]];
+---------------------+
|      ?column?       |
+---------------------+
| {{4,5},{8,3},{3,6}} |
+---------------------+
(1 row)

regards

Pavel

Reply via email to