Last active
April 26, 2024 07:27
-
-
Save ethauvin/85715135240d048e70960f00af7a2e9c to your computer and use it in GitHub Desktop.
Gmail Keywords
This file contains 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
from: | |
to: | |
subject: | |
OR | |
- (hyphen) | |
label: | |
has:attachment | |
list: | |
filename: | |
" " (quotes) | |
( ) | |
in:anywhere | |
in:inbox | |
in:trash | |
in:spam | |
is:important | |
is:starred | |
is:unread | |
is:read | |
has:yellow-star | |
has:red-star | |
has:orange-star | |
has:green-star | |
has:blue-star | |
has:purple-star | |
has:red-bang | |
has:orange-guillemet | |
has:yellow-bang | |
has:green-check | |
has:blue-info | |
has:purple-question | |
cc: | |
bcc: | |
after: | |
before: | |
older: | |
newer: | |
older_than: | |
newer_than: | |
is:chat | |
deliveredto: | |
circle: | |
has:circle | |
category: | |
size: | |
larger: | |
smaller: | |
+ (plus sign) | |
rfc822msgid: | |
has:userlabels | |
has:nouserlabels |
This file contains 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
# list databases | |
\l | |
# change database | |
\c test | |
@ update version | |
REINDEX DATABASE; | |
ALTER DATABASE test REFRESH COLLATION VERSION; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment