Re: newbie table design question

Поиск
Список
Период
Сортировка
От björn lundin
Тема Re: newbie table design question
Дата
Msg-id e1d91d71-f47e-4324-a27a-2db050951057@f16g2000vbf.googlegroups.com
обсуждение исходный текст
Ответ на newbie table design question  (Andrew Smith <laconical@gmail.com>)
Ответы Re: newbie table design question  (Scott Marlowe <scott.marlowe@gmail.com>)
Re: newbie table design question  (Andrew Smith <laconical@gmail.com>)
Список pgsql-general
> 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
--
Björn Lundin

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: INSERT RETURNING rule for joined view
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: newbie table design question