Allow selection of schema for Postgres datastore #1193
Labels
good first issue
Issues that beginners/volunteers can easily help with.
task/feature
Requests for new features in Kong
Postgres datastore uses 'public' schema implicitly.
Allow configuration to select the schema used.
Implementation wise, probably prefix all SQL/DDL statements with
SET LOCAL search_path TO <schema_name>;
The text was updated successfully, but these errors were encountered: