Re: [HACKERS] Odd psql \i behaviour

2002-04-03 Thread Peter Eisentraut
Christopher Kings-Lynne writes: > usa=# \i ~/ddlpack/kl_setnotnull.sql <-- tab completes properly > ~/ddlpack/kl_setnotnull.sql: No such file or directory The tilde is only meaningful in bash (or some other shell). Try putting this in your .inputrc: $if psql set expand-tilde on $endif That

[HACKERS] Odd psql \i behaviour

2002-04-02 Thread Christopher Kings-Lynne
What's with this? current pwd = /home/chriskl usa=# \i ddlpack/kl_setnotnull.sql <-- tab completes properly DROP CREATE usa=# \i ~/ddlpack/kl_setnotnull.sql <-- tab completes properly ~/ddlpack/kl_setnotnull.sql: No such file or directory usa=# Chris ---(end of bro