We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For background refer to: https://www.2ndquadrant.com/en/blog/on-rocks-and-sand/ https://docs.gitlab.com/ee/development/ordering_table_columns.html https://stackoverflow.com/questions/2966524/calculating-and-saving-space-in-postgresql/7431468#7431468
What this will do is push decimal, varchar, clob and other variable length columns to end of a create table statement.
create table
The text was updated successfully, but these errors were encountered:
#2743 - Postgres DDL - For create table, improve column ordering for …
110bc61
…tighter storage
5f6efd2
rbygrave
No branches or pull requests
For background refer to:
https://www.2ndquadrant.com/en/blog/on-rocks-and-sand/
https://docs.gitlab.com/ee/development/ordering_table_columns.html
https://stackoverflow.com/questions/2966524/calculating-and-saving-space-in-postgresql/7431468#7431468
What this will do is push decimal, varchar, clob and other variable length columns to end of a
create table
statement.The text was updated successfully, but these errors were encountered: