On Fri, 2002-04-26 at 19:41, Tom Lane wrote:
> Hannu Krosing <[EMAIL PROTECTED]> writes:
> > DB2 can run in two modes
> > 1) similar to ours, where logs are reused after checkpoints/commits
> > allow it.
> > 2) with log archiving: logs are never reused, but when system determines
> > it no longer
I've posted Mandrake RPMs for PostgreSQL 7.2.1 at
ftp://ftp.postgresql.org/pub/binary/v7.2.1/RPMS/mandrake-8.1
Thanks to Lamar Owens for the source RPM; I didn't have to change a
thing to get these built for Mandrake!
- Thomas
---(end of broadcast)
Shra <[EMAIL PROTECTED]> writes:
> [ where to get declared-length info for var-length columns ]
This is encoded in the atttypmod field (see PQfmod). I'd recommend
using format_type() to decode the info, but if you don't mind possibly
having to change your code from time to time, you could just w
On Saturday 27 April 2002 02:56 pm, Thomas Lockhart wrote:
> I've posted Mandrake RPMs for PostgreSQL 7.2.1 at
> ftp://ftp.postgresql.org/pub/binary/v7.2.1/RPMS/mandrake-8.1
> Thanks to Lamar Owens for the source RPM; I didn't have to change a
> thing to get these built for Mandrake!
That's g
I will be taking a vacation in April 30 to May 31. I will try to check
email in late May while on vacation, but I am not sure.
I will of course catch up on all email and patches when I return.
--
Bruce Momjian| http://candle.pha.pa.us
[EMAIL PROTECTED]