Re: Help to drop table - Mailing list pgsql-sql

From Michael Fuhr
Subject Re: Help to drop table
Date
Msg-id 20050423052644.GA96630@winnie.fuhr.org
Whole thread Raw
In response to Help to drop table  ("Igor Kryltsov" <kryltsov@yahoo.com>)
List pgsql-sql
On Fri, Apr 22, 2005 at 03:24:10PM +1000, Igor Kryltsov wrote:
>
> Please help to drop table with soace inside name.
> 
> 
>                   List of relations
>  Schema |             Name             | Type  |  Owner
> --------+------------------------------+-------+----------
>  public | Facility Info                | table | postgres
> 
> > DROP TABLE ??????

See "Identifiers and Key Words" in the "SQL Syntax" chapter of the
documentation, in particular the discussion of quoted identifiers.

-- 
Michael Fuhr
http://www.fuhr.org/~mfuhr/


pgsql-sql by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: How to select from many database ??
Next
From: Michael Fuhr
Date:
Subject: Re: Coming from Oracle SQL