-
Notifications
You must be signed in to change notification settings - Fork 686
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
CURRENT_DATE incorrectly deparsed in SELECT queries #231
Labels
Comments
Comment by jasonmp85 Thanks for the clear bug report and copy-paste repro case! One more thing for posterity's sake: what version of PostgreSQL were you testing this against? |
Comment by trifthen This was a 9.4.1 release from the PGDG PostgreSQL Apt repo. |
#64 could be related to this issue. |
This seems to get deparsed correctly. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue by trifthen
Thursday Mar 12, 2015 at 18:48 GMT
Originally opened as citusdata/pg_shard#85
When submitting a query to a worker node that contains
CURRENT_DATE
, the term is translated to('now'::cstring)::date
which produces the following error on the worker nodes:Steps to reproduce
After installing from a current git clone:
The text was updated successfully, but these errors were encountered: