-
Notifications
You must be signed in to change notification settings - Fork 19
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
Using pg-osc only for backfilling data #89
Comments
Did you already review https://github.com/shayonj/pg-osc#backfill-data ? Sounds like that is what you're looking for. |
Hi @jfrost thanks for your quick reply! Sorry, I think my question was not correctly formulated. Actually I want to use the backfill feature ( But I have to specify an alter statement. I would like to just give the table name which should get backfilled without an alter statement. Would be adding this "fake" statement be enough?
|
I see what you're asking now. Yes, you can use any valid alter table. Here's a simple example using our sample books table that has an
Since it is already of type |
Great, thanks! |
Hi,
I would be interested in using
pg-osc
but without using any alter statement. My use case would be to get rid of a bloated table by creating a new table and filling it with (a delta) of the original table.E.g. like this:
Would be adding a "fake" alter statement be a workaround or do you have any other ideas?
The text was updated successfully, but these errors were encountered: