Re: Wierd postgres Problem

Поиск
Список
Период
Сортировка
От Tomek Zielonka
Тема Re: Wierd postgres Problem
Дата
Msg-id 20010212172454.A15747@mult.i.pl
обсуждение исходный текст
Ответ на Wierd postgres Problem  (Najm Hashmi <najm@mondo-live.com>)
Список pgsql-sql
On Tue, Feb 13, 2001 at 10:20:09AM -0500, Najm Hashmi wrote:
> Hi All,
hi
>  I am trying to define a new set of  tables an I am getting this strange
> syntex problem on date, or timestamp data types. I am also getting error on
> not null constranit as well... Postgres is behaving strangely....  first
> definations with  not null
> 
> cmdb=# create table media_received (
> cmdb(# comp_id not null,
> cmdb(# dept_id not null,
[...]
> is something wrong with my table definition syntex?
Yes, you forgot to specify types for comp_id and dept_id fields.

greetings,
Tom

-- 
.signature: Too many levels of symbolic links


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ORDER BY in SQL functions
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: PL/PGSQL Cook Book