updated .psqlrc

pull/2/head
Hari Sekhon 4 years ago
parent 3fc0a208c7
commit 387c01b641

@ -96,5 +96,8 @@
-- set useful variables -- set useful variables
-- call like this - :reload OR :r -- call like this - :reload OR :r
-- or interpolate them into queries eg. SELECT * FROM :tablename;
-- single quote the value to treat as an SQL literal :'select'
-- double quote the value to treat as a SQL identifier :"tablename"
\set reload '\\i ~/.psqlrc' \set reload '\\i ~/.psqlrc'
\set r '\\i ~/.psqlrc' \set r '\\i ~/.psqlrc'

Loading…
Cancel
Save