Re: PostgreSQL 7.4 and 8.0 - psql reference - Mailing list pgsql-docs

From Tom Lane
Subject Re: PostgreSQL 7.4 and 8.0 - psql reference
Date
Msg-id 23945.1118589038@sss.pgh.pa.us
Whole thread Raw
In response to PostgreSQL 7.4 and 8.0 - psql reference  (Halley Pacheco de Oliveira <halleypo@yahoo.com.br>)
Responses Re: PostgreSQL 7.4 and 8.0 - psql reference
List pgsql-docs
Halley Pacheco de Oliveira <halleypo@yahoo.com.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

pgsql-docs by date:

Previous
From: Halley Pacheco de Oliveira
Date:
Subject: Chapter 44. Native Language Support
Next
From: Halley Pacheco de Oliveira
Date:
Subject: Re: PostgreSQL 7.4 and 8.0 - psql reference