Created
January 1, 2020 17:51
-
-
Save rueian/1045ce17a288bcd28af4a46495a2284e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| postgres=# select oid, oprname, oprcode, oprrest from pg_operator where oprname = '~~'; | |
| oid | oprname | oprcode | oprrest | |
| - - - + - - - - -+ - - - - - - + - - - - - | |
| 1207 | ~~ | namelike | likesel | |
| 1209 | ~~ | textlike | likesel | |
| 1211 | ~~ | bpcharlike | likesel | |
| 2016 | ~~ | bytealike | likesel | |
| (4 rows) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment