PostgreSQL supports an additional layer underneath Databases called named Schema. This Pull Request adds support to specify which schema should be used by Django if specified and omits the OPTIONS key entirely otherwise. It works like the currentSchema option as documented here.
Hi,
PostgreSQL supports an additional layer underneath Databases called named Schema. This Pull Request adds support to specify which schema should be used by Django if specified and omits the
OPTIONS
key entirely otherwise. It works like thecurrentSchema
option as documented here.