Re: Help to drop table

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: Igor Kryltsov <kryltsov(at)yahoo(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Help to drop table
Date: 2005-04-23 05:26:44
Message-ID: 20050423052644.GA96630@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Michael Fuhr 2005-04-23 05:29:59 Re: Coming from Oracle SQL
Previous Message Michael Fuhr 2005-04-23 05:19:43 Re: How to select from many database ??