Skip to content
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

Getting table name in double Quotes #260

Open
Sarath33 opened this issue Jan 9, 2023 · 2 comments
Open

Getting table name in double Quotes #260

Sarath33 opened this issue Jan 9, 2023 · 2 comments
Labels

Comments

@Sarath33
Copy link

Sarath33 commented Jan 9, 2023

This is for a clarification regarding the table name in transaction log.
In Postgres, while creating table to preserve case sensitivity to the table name will get it enclosed within double quotes.
Eg: public."SRCTABLE"

So while receiving an transaction log for this particular table getting the table name enclosed within double quotes. i.e: "public.\"SRCTABLE\""

Here, i need to know is this a correct behaviour since i assumed i will be receiving the table name similar to how it gets stored in the Postgres DB.

@eulerto
Copy link
Owner

eulerto commented Jan 9, 2023

That's correct. It uses the same rule as PostgreSQL. You can say that it is not the case for some use cases (and I agree) so we could add an option to not include quotes.

@Sarath33
Copy link
Author

Sarath33 commented Jan 9, 2023

@eulerto I feel it will be really helpful if we have an additional filter option to not include quotes for the table names. If we have that, we can have a same behaviour for all table names irrespective of any case.

@eulerto eulerto added the feature label Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants