From 1d8db711d6fc2ded779c10987de58bf679191108 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 22 Jul 2011 14:54:07 +0200 Subject: Corrections to PostgreSQL profile support sections in the ODB manual --- doc/manual.xhtml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/doc/manual.xhtml b/doc/manual.xhtml index c5abb3b..39b4c35 100644 --- a/doc/manual.xhtml +++ b/doc/manual.xhtml @@ -9164,19 +9164,17 @@ class person posix_time::ptime values representing the special values date_time::pos_infin and date_time::neg_infin are stored as the special PostgreSQL TIMESTAMP values - infinity and -infinity respectively.

+ infinity and -infinity, respectively.

Some valid Boost date-time values cannot be stored in a PostgreSQL database. The PostgreSQL TIME type represents a clock time, and can - therefore only store positive durations with a total length of time less + therefore only store positive durations with a total length of time less than 24 hours. An attempt to persist a - posix_time::time_duration value outside of this range as - PostgreSQL TIME will result in the - value_out_of_range exception. An attempt to persist a - posix_time::time_duration value representing any special - value other than date_time::not_a_date_time as PostgreSQL - TIME will result in the special_value - exception.

+ posix_time::time_duration value outside of this range will + result in the value_out_of_range exception. An attempt to + persist a posix_time::time_duration value representing any + special value other than date_time::not_a_date_time will + result in the special_value exception.

@@ -9620,7 +9618,7 @@ class Person An attempt to persist a QDateTime value representing a negative UNIX time (any point in time prior to the 1970-01-01 00:00:00 UNIX time epoch) as a PostgreSQL - TIMESTAMP result in the out_of_range + TIMESTAMP will result in the out_of_range exception.

-- cgit v1.1