[BUGS] inability to restore infinity values via psql or pg_restore

2001-01-24 Thread tfo
discussion: this bug is a problem because it suggests that daily dumps of the database cannot be restored using psql -f or pg_restore (regardless of dump format) if there are any tables that contain infinite values. --- her

Re: [BUGS] inability to restore infinity values via psql or pg_restore

2001-01-23 Thread Tom Lane
[EMAIL PROTECTED] writes: > inability to restore infinity values via psql or pg_restore I don't think this has anything to do with a dump/restore problem. What it is is a problem with dealing with overflow in timestamp calculations. In current sources: regression=# select timestamp 'infinity' -

[BUGS] inability to restore infinity values via psql or pg_restore

2001-01-23 Thread pgsql-bugs
Thomas F. OConnell ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description inability to restore infinity values via psql or pg_restore Long Description i am currently attempting to use infinite interval values in various tables in my