-
Notifications
You must be signed in to change notification settings - Fork 4
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
Is it Possible to Add or Modify Columns in Remote Tables After Tiering Data? #20
Comments
@CHEN-Jing194 , |
@CHEN-Jing194 , |
Add a new column 'email' to the foreign table 'people' with default value
insert data
Query the remote table
drop column
Query the remote table
|
However, the update and delete statements do not seem to be supported, and the following error is reported. |
@shhnwz However, I see that parquet_s3_fdw should support update and delete operations when key columns are set. If this is feasible, I believe this should be able to meet the needs of most people. |
@shhnwz |
Hi @CHEN-Jing194 , |
Looking forward to the new version of the pg_tier plugin! |
After Tiering Data, I found that I can still insert data, but I cannot add or modify columns in remote tables. Is there any way to achieve this?
The text was updated successfully, but these errors were encountered: