Postgresql 11: Domain Array Types
Postgresql 11 now supports arrays of domains, but query projections may surprise your application code. This can be worked around in Python’s psycopg2 driver by registering custom type adaptors.
Postgresql 11 now supports arrays of domains, but query projections may surprise your application code. This can be worked around in Python’s psycopg2 driver by registering custom type adaptors.