We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Very similar to #3438, currently the GreptimeDB lacks the support for outputting various date styles in pg.
Impl the "SET datestyle" for pg client, to print the desired formatted date string for pg users.
SET datestyle
Same as #3438
The text was updated successfully, but these errors were encountered:
bytea
@J0HN50N133 assigned this to you too!
Sorry, something went wrong.
@J0HN50N133 Please comment on this issue so that I can assign it to you.
👌
J0HN50N133
Successfully merging a pull request may close this issue.
What problem does the new feature solve?
Very similar to #3438, currently the GreptimeDB lacks the support for outputting various date styles in pg.
What does the feature do?
Impl the "
SET datestyle
" for pg client, to print the desired formatted date string for pg users.Implementation challenges
Same as #3438
The text was updated successfully, but these errors were encountered: