Search Postgresql Archives

Re: newbie table design question

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2009/6/1 björn lundin <b.f.lundin@xxxxxxxxx>:
>
>> CREATE TABLE "DataImport"
>> (
>>   "DataImportID" serial NOT NULL PRIMARY KEY,
>>   "Time" timestamp without time zone NOT NULL,
>>   "ID_ABC" integer NOT NULL,
>>   "ID_DEF" integer NOT NULL,
>>   "ID_HIJ" integer NOT NULL,
>>   etc
>> );
>
> Perhaps you want to not use the "" around the table and column names.
> It makes them case sensitive

OR always always always use them.  But yeah, I find having to quote my
identifiers all the time a gigantic pain.

-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux