public inbox for [email protected]
help / color / mirror / Atom feedFrom: Halley Pacheco de Oliveira <[email protected]>
To: Tom Lane <[email protected]>
Cc: [email protected]
Subject: Re: PostgreSQL 7.4 and 8.0 - psql reference
Date: Sun, 12 Jun 2005 12:50:22 -0300 (ART)
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
Ok, now I understand
>CREATE TABLE "fooBARbaz" (foo TEXT);
CREATE TABLE
> \dt
...
---------+---------------+--------+----------
public | A weird" name | tabela | postgres
public | fooBARbaz | tabela | postgres
...
> \dt fooBARbaz
No relation found
> \dt foo"BAR"baz
...
---------+-----------+--------+----------
public | fooBARbaz | table | postgres
(1 row)
Thanks,
Halley
--- Tom Lane <[email protected]> escreveu:
> Halley Pacheco de Oliveira <[email protected]> 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
>
__________________________________________________
Converse com seus amigos em tempo real com o Yahoo! Messenger
http://br.download.yahoo.com/messenger/
view thread (3+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: PostgreSQL 7.4 and 8.0 - psql reference
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox