Re: \g filename

2018-01-24 Thread Rob Sargent
On 01/24/2018 01:38 PM, Adrian Klaver wrote: On 01/24/2018 12:30 PM, Rob Sargent wrote: I just ran a query (select myfunction() \g bad/filename) which took almost an hour and a half then told me “no such file or directory” since I had scrogged the path. Could this path not be checked prior to

Re: \g filename

2018-01-24 Thread Adrian Klaver
On 01/24/2018 12:30 PM, Rob Sargent wrote: I just ran a query (select myfunction() \g bad/filename) which took almost an hour and a half then told me “no such file or directory” since I had scrogged the path. Could this path not be checked prior to actual execution of the query? Maybe?: t

\g filename

2018-01-24 Thread Rob Sargent
I just ran a query (select myfunction() \g bad/filename) which took almost an hour and a half then told me “no such file or directory” since I had scrogged the path. Could this path not be checked prior to actual execution of the query? ps sorry for the blank version of this same topic - or ma

\g filename

2018-01-24 Thread Rob Sargent