X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 21AE1528CD for ; Sun, 12 Jun 2005 12:10:49 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 89020-10 for ; Sun, 12 Jun 2005 15:10:40 +0000 (GMT) Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by svr1.postgresql.org (Postfix) with ESMTP id D27A152835 for ; Sun, 12 Jun 2005 12:10:39 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.13.1/8.13.1) with ESMTP id j5CFAcmg023946; Sun, 12 Jun 2005 11:10:39 -0400 (EDT) To: Halley Pacheco de Oliveira Cc: pgsql-docs@postgresql.org Subject: Re: PostgreSQL 7.4 and 8.0 - psql reference In-reply-to: <20050612104259.58872.qmail@web52706.mail.yahoo.com> References: <20050612104259.58872.qmail@web52706.mail.yahoo.com> Comments: In-reply-to Halley Pacheco de Oliveira message dated "Sun, 12 Jun 2005 07:42:58 -0300" Date: Sun, 12 Jun 2005 11:10:38 -0400 Message-ID: <23945.1118589038@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=0.006 tagged_above=0 required=5 tests=AWL X-Spam-Level: X-Archive-Number: 200506/20 X-Sequence-Number: 3113 Halley Pacheco de Oliveira 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