-
Notifications
You must be signed in to change notification settings - Fork 590
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
pg_catalog.pg_user schema changed #15250
Comments
caused by this pr: |
Oh, this should have been defined incorrectly when it was defined before. It should be consistent with PostgreSQL and has been fixed in the recent refactoring. We should be careful about the schema changes for system catalogs and should synchronize it to the cloud if necessary. |
This may require version control for cloud to distinguish them. |
@yezizp2012, I left some question in the cloud linear issue: https://linear.app/risingwave-labs/issue/CLOUD-2423/bug-adapt-the-schema-change-of-the-pg-user-system-table#comment-e7c425aa PTAL when you have time. |
This is the query cloud currently uses to retrieve RW users:
https://github.com/risingwavelabs/risingwave-cloud/blob/f284f602a5fe097d9e230a809546576ffdd6ee30/mgmt/internal/risingwave/rwdb/user.go#L102
schema of the current table:
If we change the scheme for system tables, I think we should try to synchronize it to the cloud, or have relevant documentation.
The text was updated successfully, but these errors were encountered: