Re: TABLE command - Mailing list pgsql-hackers

From Tom Lane
Subject Re: TABLE command
Date
Msg-id 19640.1227022619@sss.pgh.pa.us
Whole thread Raw
In response to Re: TABLE command  (David Fetter <david@fetter.org>)
Responses Re: TABLE command
List pgsql-hackers
David Fetter <david@fetter.org> writes:
> On Tue, Nov 18, 2008 at 04:01:58PM +0200, Peter Eisentraut wrote:
>> I was looking into that and I figured using the \G expression in
>> Perl  REs would be useful for this (to find multiple <refname>s).
>> But this  was introduced in Perl 5.000, and we claim to support Perl
>> 4 in  create_help.pl.  I recall that you Tom once arranged this to
>> support  building on some old machines.  Is this still relevant?

> No.

I concur, there isn't likely to be much demand for building PG >= 8.4
with Perl 4.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Re: toast by chunk-end (was Re: PG_PAGE_LAYOUT_VERSION 5 - time for change)
Next
From: David Fetter
Date:
Subject: Re: is any reason why only one columns subselect are allowed in array()?