Re: Bootstrap DATA is a pita

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Josh Berkus <josh(at)agliodbs(dot)com>, Andres Freund <andres(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Bootstrap DATA is a pita
Date: 2015-02-21 03:19:54
Message-ID: 54E7F95A.2090809@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2/20/15 8:46 PM, Josh Berkus wrote:
> What about YAML? That might have been added somewhat earlier.

YAML isn't included in Perl, but there is

Module::Build::YAML - Provides just enough YAML support so that
Module::Build works even if YAML.pm is not installed

which might work.

> Or what about just doing CSV?

I don't think that would actually address the problems. It would just
be the same format as now with different delimiters.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2015-02-21 03:22:57 Re: Bootstrap DATA is a pita
Previous Message Josh Berkus 2015-02-21 01:46:31 Re: Bootstrap DATA is a pita