Re: newbie table design question

Поиск
Список
Период
Сортировка
От Andrew Smith
Тема Re: newbie table design question
Дата
Msg-id 300497a30906011826y46c0af21v62489fef194367ff@mail.gmail.com
обсуждение исходный текст
Ответ на Re: newbie table design question  (björn lundin <b.f.lundin@gmail.com>)
Ответы Re: newbie table design question  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-general


2009/6/2 björn lundin <b.f.lundin@gmail.com>

> 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

Yes, that's exactly why I've got them there. I can't stand lowercase field names in tables.

В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_stats.avg_width differs by a factor of 4 on different machines
Следующее
От: Scott Bailey
Дата:
Сообщение: Re: ruby connect