[postgis-users] PSQL command to drop table from a databae
Olivier Courtin
olivier.courtin at oslandia.com
Sun Mar 28 05:40:07 PDT 2010
On Mar 28, 2010, at 2:13 PM, Olivier Courtin wrote:
>> Actually, a table with the said name can be created using psql
>> command
>
> Really ?
Well in fact, my previous answer wasn't right at all
CREATE TABLE "1a" ();
and so
DROP TABLE "1a";
works both well...
So just need to double quote the label name
--
Olivier
More information about the postgis-users
mailing list