-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
can I create schema with where condition like this? #285
Comments
You would need to use the plugin feature for this. example code:
|
@toluaina how can I add PYTHONPATH? sorry I am newbie in python. |
This is further documented here |
I already made like this:
but still got error:
please help me @toluaina |
I think you would be better served dropping me a message on discord taina#4505. |
@toluaina Its working now, |
PGSync version: 2.1.9
Postgres version: 14
Elasticsearch version: 7.14.2
Redis version: 7.0.0
Python version: 3.7
Problem Description:
can I create schema with where condition like this?
SELECT * FROM users WHERE user_status = 'active';
I mean, how can I add WHERE user_status = 'active' in schema.
thank you in advnace
Error Message (if any):
The text was updated successfully, but these errors were encountered: