pg_xsetlog

Started by tonyover 24 years ago2 messagesgeneral
Jump to latest
#1tony
tony@animaproductions.com

Tom,

I have tried this on a copy of my database system.
When the postmaster boots up I get "this database has no tables" in webmin.

I am unable to compile pg_control because my gcc is too recent (RedHat 7.1) so unable to try and get the table data out.

Can you think of any other tool i might try to get the data tables back? The database structure is real simple I just need the table data.

Cheers

Tony

--
tony@animaproductions.com

RedHat Linux on Sony Vaio C1XD/S
http://www.animaproductions.com/linux2.html
Macromedia UltraDev with PostgreSQL
http://www.animaproductions.com/ultra.html

From pgsql-general-owner@postgresql.org Wed Jan 9 15:45:36 2002

Received: from sss.pgh.pa.us ([192.204.191.242])
by postgresql.org (8.11.3/8.11.4) with ESMTP id g09KciB95684
for <pgsql-general@postgresql.org>; Wed, 9 Jan 2002 15:38:44 -0500 (EST)
(envelope-from tgl@sss.pgh.pa.us)
Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1])
by sss.pgh.pa.us (8.11.4/8.11.4) with ESMTP id g09Kccg14893;
Wed, 9 Jan 2002 15:38:38 -0500 (EST)
To: "Ian Harding" <ianh@tpchd.org>
cc: pgsql-general@postgresql.org
Subject: Re: A Nit RE overlaps
In-reply-to: <sc3c0f5f.062@mail.tpchd.org>
References: <sc3c0f5f.062@mail.tpchd.org>
Comments: In-reply-to "Ian Harding" <ianh@tpchd.org>
message dated "Wed, 09 Jan 2002 09:35:46 -0800"
Date: Wed, 09 Jan 2002 15:38:37 -0500
Message-ID: <14890.1010608717@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
X-Archive-Number: 200201/250
X-Sequence-Number: 19209

"Ian Harding" <ianh@tpchd.org> writes:

As it is, it returns false. To me if the first interval ends at a
point in time and the other begins at the same point, they overlap.
This is splitting hairs with a timestamp, but not with a date. Am I
the only person who feels this way?

SQL92 says that abutting time intervals don't overlap, if I'm reading
the spec correctly.

For dates, it would seem to me that you want to add 24 hours to the end
of one interval in order to get the behavior you're describing.

In my twisted little world, a null date would be OK too and would
indicate the beginning or end of time.

I agree, that's pretty bogus. Why not use infinity and -infinity?
(okay, they don't exist as DATE values, but they do exist as
timestamp values).

regards, tom lane

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: tony (#1)
Re: pg_xsetlog

tony <tony@animaproductions.com> writes:

I am unable to compile pg_control because my gcc is too recent (RedHat 7.1)=

If you can't compile any tools then I'm afraid you're dead in the water.
Better look for a working gcc.

regards, tom lane