Peter Eisentraut wrote:
> Bas Scheffers writes:
> 
> > When opening a file in psql, ~ (the user's home dir) is resolved when
> > using tab completion to find the file, but when you hit enter and psql
> > actualy tries to open it, you get a file not found error.
> 
> This is not a bug.  If there is not file named ~ then it can't be opened.

If I am in psql and do:

        \i ~/<tab>

I see all the files in home directory.  If I then type in a file name:

        test=> \i ~/server.log
        ~/server.log: No such file or directory

I get file not found.  Sure looks like a bug to me.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  [EMAIL PROTECTED]               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

---------------------------(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

Reply via email to