Re: Problem with null timestamp fields

Поиск
Список
Период
Сортировка
От GH
Тема Re: Problem with null timestamp fields
Дата
Msg-id 20010627220341.A81663@over-yonder.net
обсуждение исходный текст
Ответ на Problem with null timestamp fields  ("Thomas T. Veldhouse" <veldy@veldy.net>)
Список pgsql-general
>         "ipaddr" character(15) NOT NULL,
>         "login_ts " timestamp with time zone,
>         "logout_ts " timestamp with time zone,
>
> PostgreSQL said: ERROR: Relation 'user_history' does not have attribute
> 'login_ts'
>
> Obviously, I DO have login_ts.  The field is nullable, so why the headache?

Obviously, you do not.
You have 'login_ts '. Note the trailing space. Note the same for
'logout_ts'.

QED

gh


>
> Thanks in advance,
>
> Tom Veldhouse
> veldy@veldy.net

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

Предыдущее
От: "Thomas T. Veldhouse"
Дата:
Сообщение: Problem with null timestamp fields
Следующее
От: Philip Molter
Дата:
Сообщение: Re: Re: Red Hat to support PostgreSQL