-
Notifications
You must be signed in to change notification settings - Fork 81
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
Document using pgcopydb for citus-to-citus migrations. #671
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding this to our docs.
.. code-block:: sql | ||
:linenos: | ||
|
||
with citus_tables AS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with citus_tables AS | |
WITH citus_tables AS |
ELSE 'distributed' | ||
END AS citus_table_type, | ||
|
||
coalesce(column_to_column_name(logicalrelid, partkey), '<none>') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am unsure if it looks better if we capitalize coalesce
call here.
Feel free to ignore this suggestion.
coalesce(column_to_column_name(logicalrelid, partkey), '<none>') | |
COALESCE(column_to_column_name(logicalrelid, partkey), '<none>') |
Co-authored-by: Hanefi Onaldi <[email protected]>
No description provided.