Re: Postgresql-Unit Extension -

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Roper <david(dot)roper(at)me(dot)com>
Cc: pgsql-novice(at)lists(dot)postgresql(dot)org
Subject: Re: Postgresql-Unit Extension -
Date: 2020-03-09 19:50:53
Message-ID: 10367.1583783453@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

David Roper <david(dot)roper(at)me(dot)com> writes:
> If not, is there a standard package I should be using instead of postgresql-unit?

postgresql-unit is the only extension I know about in this area.

> If not, could anyone point me at (detailed) instructions on how to download and compile it? There are instructions for Debian, but macOS ain’t Debian and I’m stuck with a few basics, like what’s the macOS equivalent of apt-get and what on earth are flex and bison?

The standard-for-Unix instructions should suffice. You need to install
XCode (free from Apple) to have a C compiler, and then tell XCode to
install its command line tools, which will get you usable versions of
flex and bison.

regards, tom lane

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message David Roper 2020-03-09 20:42:54 Re: Postgresql-Unit Extension -
Previous Message David Roper 2020-03-09 17:38:04 Postgresql-Unit Extension -