Re: [HACKERS] psql filename completion: quoting

2012-02-27 Thread Alvaro Herrera
Excerpts from Noah Misch's message of sáb ene 14 12:20:18 -0300 2012: > Occasionally, I have a SQL file destined for psql's \i command whose name > contains a space. Less often, I'll have a .csv destined for \copy with the > same problem. psql's filename completion does not handle these well. I

[HACKERS] psql filename completion: quoting

2012-01-14 Thread Noah Misch
Occasionally, I have a SQL file destined for psql's \i command whose name contains a space. Less often, I'll have a .csv destined for \copy with the same problem. psql's filename completion does not handle these well. It completes on the literal name, but the commands will only recognize quoted