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 will expand the tilde when you press TAB. -- Peter Eisentraut [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly