-
Notifications
You must be signed in to change notification settings - Fork 590
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
Tracking: Basic Built-in Functions #112
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
I just ran into an issue with a tool that needed to run |
The tool I was trying to use is sqitch . It uses advisory locks to ensure that only one sqitch is running at a time. |
Thanks. @rotten We'll do some testing with sqitch and see if there are other lacking features. |
Awesome! Thanks! |
Reference: PostgreSQL: Documentation: 14: Chapter 9. Functions and Operators
General for all types
Aggregate
count
Equality and Ordering for "most" types
=
/<>
/!=
<
/<=
/>
/>=
(NOT) BETWEEN AND
functionsAggregate
min
/max
Boolean
IS [NOT] [TRUE | FALSE]
IS [NOT] UNKNOWN
#8933Aggregate
every
/bool_and
/bool_or
#8936Window functions
Misc
More
The text was updated successfully, but these errors were encountered: