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 7A5FA52947 for ; Sun, 12 Jun 2005 07:43:02 -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 34404-05 for ; Sun, 12 Jun 2005 10:42:58 +0000 (GMT) Received: from web52706.mail.yahoo.com (web52706.mail.yahoo.com [206.190.39.157]) by svr1.postgresql.org (Postfix) with SMTP id F206A52871 for ; Sun, 12 Jun 2005 07:42:56 -0300 (ADT) Received: (qmail 58874 invoked by uid 60001); 12 Jun 2005 10:42:59 -0000 Message-ID: <20050612104259.58872.qmail@web52706.mail.yahoo.com> Received: from [201.8.95.86] by web52706.mail.yahoo.com via HTTP; Sun, 12 Jun 2005 07:42:58 ART Date: Sun, 12 Jun 2005 07:42:58 -0300 (ART) From: Halley Pacheco de Oliveira Subject: PostgreSQL 7.4 and 8.0 - psql reference To: pgsql-docs@postgresql.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=1.263 tagged_above=0 required=5 tests=AWL, DNS_FROM_RFC_ABUSE, WEIRD_QUOTING X-Spam-Level: * X-Archive-Number: 200506/18 X-Sequence-Number: 3111 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. So using psql I tried: CREATE TABLE FOO"BAR"BAZ (foo text); and got: ERROR: syntax error at or near ""BAR"" at character 17 AND > CREATE TABLE "A weird"" name" (foo text); CREATE TABLE > \dt ... ---------+---------------+--------+---------- public | A weird" name | table | postgres So what is happening with FOO"BAR"BAZ? What is really written in the documentation? Thanks, Halley ____________________________________________________ Yahoo! Mail, cada vez melhor: agora com 1GB de espaço grátis! http://mail.yahoo.com.br