Re: PostgreSQL 7.4 and 8.0 - psql reference

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Halley Pacheco de Oliveira <halleypo(at)yahoo(dot)com(dot)br>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: PostgreSQL 7.4 and 8.0 - psql reference
Date: 2005-06-12 15:10:38
Message-ID: 23945.1118589038@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Halley Pacheco de Oliveira 2005-06-12 15:50:22 Re: PostgreSQL 7.4 and 8.0 - psql reference
Previous Message Halley Pacheco de Oliveira 2005-06-12 11:07:33 Chapter 44. Native Language Support