6.0.0-alpha12
6/7/25

[#7429] different "datestyle" setting - postgres
Summary different "datestyle" setting - postgres
Queue Horde Groupware Webmail Edition
Queue Version 1.2
Type Bug
State Duplicate
Priority 2. Medium
Owners
Requester renik (at) post (dot) cz
Created 10/03/2008 (6091 days ago)
Due 10/03/2008 (6091 days ago)
Updated 10/07/2008 (6087 days ago)
Assigned 10/03/2008 (6091 days ago)
Resolved 10/07/2008 (6087 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
10/07/2008 01:13:35 PM Jan Schneider Comment #2
Taken from Jan Schneider
State ⇒ Duplicate
Reply to this comment
Duplicate of bug #7409.
10/03/2008 05:13:29 PM Chuck Hagenbuch Assigned to Jan Schneider
State ⇒ Assigned
 
10/03/2008 03:10:39 PM renik (at) post (dot) cz Comment #1
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Groupware Webmail Edition
Due ⇒ 10/03/2008
Summary ⇒ different "datestyle" setting - postgres
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
Hi,

I have problem with creating tables in postgres through the use of setup.php





_doQuery: [Error message: Could not execute statement]

[Last executed query: CREATE  TABLE horde_alarms (alarm_id 
VARCHAR(255) DEFAULT ' ' NOT NULL, alarm_uid VARCHAR(255) DEFAULT 
NULL, alarm_start

TIMESTAMP without time zone DEFAULT '0000-00-00 00:00:00' NOT NULL, 
alarm_end TIMESTAMP without time zone DEFAULT '0000-00-00 00:00:00', 
alarm_methods VARCHAR(255) DEFAULT NULL, alarm_params TEXT, 
alarm_title VARCHAR(255) DEFAULT ' ' NOT NULL, alarm_text TEXT, 
alarm_snooze TIMESTAMP without time zone DEFAULT '0000-00-00 
00:00:00', alarm_dismissed SMALLINT DEFAULT 0 NOT NULL, alarm_internal 
TEXT)]

[Native message: ERROR:  date/time field value out of range: 
"0000-00-00 00:00:00"

HINT:  Perhaps you need a different "datestyle" setting.]


Saved Queries