Re: Using double quotes in create table statement! - Mailing list pgsql-novice

From Bruno Wolff III
Subject Re: Using double quotes in create table statement!
Date
Msg-id 20030506173804.GC21510@wolff.to
Whole thread Raw
In response to Using double quotes in create table statement!  ("Israel Calderon" <icalderus@hotmail.com>)
Responses Select, but returning binary data.
List pgsql-novice
On Tue, May 06, 2003 at 12:38:59 -0400,
  Israel Calderon <icalderus@hotmail.com> wrote:
>
> Hello I am currently analyzing a db schema and ran across something which I
> am not familiar with. The table name within the create statement is
> enclosed within double quotes as well as a column within the table. Heres
> the format:
>
> CREATE TABLE "xyz"(
> act_act character varying (40),
> "action" character varying (30),
> st_id uniqueidentifier DEFAULT newid() NOT NULL
> );
>
>
> The "xyz" and "action" portions of this create statement I do not
> understand. Can anyone elaborate on this? Much appreciated!

Quotes allow you to preserve case in the name, use some special charcters
that you couldn't use without quoting or use reserved words for the names.


pgsql-novice by date:

Previous
From: "Juliet May"
Date:
Subject: accessing bitmap stored in an ole object
Next
From: radha.manohar@ndsu.nodak.edu
Date:
Subject: Re: Junk Filters