Description
Steps to reproduce
I've been reading about array, and I was wondering if there was a list of the item types supported for array and ranges:
I can't find any... I mean the documentation can make you imagine that you can actually define an array or arrays or arrays of IP Address... which I doubt can work. It's very likely only 1D arrays, right?
But reading a further it gets a little fuzzy:
- https://www.postgresql.org/docs/13/extend-type-system.html
- https://www.postgresql.org/docs/13/datatype.html
- https://stackoverflow.com/questions/34403844/postgresql-multidimensional-arrays
- https://stackoverflow.com/questions/29186515/is-there-a-way-to-use-arrays-in-entity-framework-postgresql
Some talk about multi dimensional arrays... others just 1D arrays of a given base type... it's all confusing, so I would like to what is supported
The issue
No clear documentation about what types are supported as array items.
Further technical details
Npgsql version: 5.0.1.1
PostgreSQL version: PostgreSQL 10.5 (Ubuntu 10.5-2.pgdg16.04+1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 5.4.0-6ubuntu1~16.04.10) 5.4.0 20160609, 64-bit
Operating system: (Client) Microsoft Windows 10 Enterprise