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
AFAICT, these unary operators/expressions still lack support:
9.3. Mathematical Functions and Operators
|/ double precision → double precision
||/ double precision → double precision
@ numeric_type → numeric_type
9.6. Bit String Functions and Operators
~ bit → bit
9.11. Geometric Functions and Operators
@-@ geometric_type → double precision
@@ geometric_type → point
# geometric_type → integer
?- line → boolean
?| line → boolean
9.13. Text Search Functions and Operators
!! tsquery → tsquery
(Some of these operators appear in other sections of the documentation, but I've only included them once.)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
AFAICT, these unary operators/expressions still lack support:
9.3. Mathematical Functions and Operators
|/ double precision → double precision
||/ double precision → double precision
@ numeric_type → numeric_type
9.6. Bit String Functions and Operators
~ bit → bit
9.11. Geometric Functions and Operators
@-@ geometric_type → double precision
@@ geometric_type → point
# geometric_type → integer
?- line → boolean
?| line → boolean
9.13. Text Search Functions and Operators
!! tsquery → tsquery
(Some of these operators appear in other sections of the documentation, but I've only included them once.)
The text was updated successfully, but these errors were encountered: