Re: [GENERAL] psql parsing and variable problems

2000-01-20 Thread Bruce Momjian
> I have been looking at the psql documentation posted on the web > site. I am trying to set variables, but I can't seem to make that > happen. I also notice that psql doesn't seem to parse full > backslash commands. Are the documents out of date, or is the a bug? > > \echo foo > > is interp

[GENERAL] psql parsing and variable problems

2000-01-20 Thread Sarah Officer
I have been looking at the psql documentation posted on the web site. I am trying to set variables, but I can't seem to make that happen. I also notice that psql doesn't seem to parse full backslash commands. Are the documents out of date, or is the a bug? \echo foo is interpreted as \e and