Re: Problem with null timestamp fields - Mailing list pgsql-general

From GH
Subject Re: Problem with null timestamp fields
Date
Msg-id 20010627220341.A81663@over-yonder.net
Whole thread Raw
In response to Problem with null timestamp fields  ("Thomas T. Veldhouse" <veldy@veldy.net>)
List 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 by date:

Previous
From: "Thomas T. Veldhouse"
Date:
Subject: Problem with null timestamp fields
Next
From: Philip Molter
Date:
Subject: Re: Re: Red Hat to support PostgreSQL