Multiple Extensions - Mailing list pgsql-hackers

From David E. Wheeler
Subject Multiple Extensions
Date
Msg-id F3C52D7B-90BB-42CA-BDEA-3409D0E4B291@kineticode.com
Whole thread Raw
Responses Re: Multiple Extensions
List pgsql-hackers
Hackers,

I’m preparing a new release of pgTAP, and have started breaking it down into smaller extensions. I’ve been planning to
havethem all in one distribution file for now, but it seems that one cannot specify multiple extension names in the
EXTENSIONvariable. In my Makefile, I have 
   EXTENSION    = pgtap pgtap-core pgtap-schema

But having more than the one, I get:
   > make   grep: pgtap: No such file or directory   grep: pgtap-core: No such file or directory   grep: pgtap: No such
fileor directory   grep: pgtap-core: No such file or directory   grep: pgtap: No such file or directory   grep:
pgtap-core:No such file or directory   Makefile:79: *** multiple target patterns.  Stop. 

So is that not supported? If not, why not?

Thanks,

David



pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: type privileges and default privileges
Next
From: "David E. Wheeler"
Date:
Subject: Dash in Extension Names