forked from dimitri/pgloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
component: schemaDDL generation, schema discovery, indexesDDL generation, schema discovery, indexesenhancementNew feature or requestNew feature or requestsource: pgsqlPostgreSQL-to-PostgreSQL migrationsPostgreSQL-to-PostgreSQL migrations
Description
Upstream PR
Summary
Adds double-quoting around index names in CREATE INDEX DDL statements to preserve case. Changes CREATE UNIQUE INDEX ~a to CREATE UNIQUE INDEX "~a".
Files
src/pgsql/pgsql-ddl.lispDockerfile(unrelated changes)
Notes
- +6/-3 lines (code), but also has unrelated Dockerfile libssl changes
- Cherry-pick only the pgsql-ddl.lisp change
- Fixes upstream
preserve index namesdoesn't respectquote identifiersdimitri/pgloader#1327 - Priority: Lower
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
component: schemaDDL generation, schema discovery, indexesDDL generation, schema discovery, indexesenhancementNew feature or requestNew feature or requestsource: pgsqlPostgreSQL-to-PostgreSQL migrationsPostgreSQL-to-PostgreSQL migrations