-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postgres source: consider renaming schema
and table
options
#391
Comments
Will compile the list of singular vs plural attribute names. We do have situations where we use the singular for an attribute but allow multiple blocks, but that is usually just for nested elements like columns in a table.
|
Lists For attributes that use list, we have more cases of singular than plural.
Blocks We had decided should be singular. There are some blocks that use plural
|
We rename |
The
schema
option takes a list of strings, so it'd be less confusing to call itschemas
(=FOR SCHEMAS
). The same is true fortable
(=FOR TABLES
).Not sure if there's a way to change this in a backwards-compatible way. It might be worth double-checking if there are similar examples and patch them all in one go.
The text was updated successfully, but these errors were encountered: