Halley Pacheco de Oliveira <halleypo(at)yahoo(dot)com(dot)br> writes:
> In Part II - PostgreSQL Client Applications, psql -- PostgreSQL interactive terminal
> (psql-ref.sgml - http://www.postgresql.org/docs/8.0/interactive/app-psql.html) is written:
> For example, FOO"BAR"BAZ is interpreted as fooBARbaz, and "A weird"" name" becomes A weird" name.
Please observe the context in which that statement appears: it is
talking about backslash commands only.
For the syntax of SQL commands see
http://www.postgresql.org/docs/8.0/static/sql-syntax.html
regards, tom lane