Dash in Extension Names - Mailing list pgsql-hackers

From David E. Wheeler
Subject Dash in Extension Names
Date
Msg-id FF34E41E-A1BE-4C33-B4EA-80773D9BF90B@kineticode.com
Whole thread Raw
Responses Re: Dash in Extension Names
List pgsql-hackers
Hackers,

So after Tom made "--" the separator between an extension name and the version information in extension file names --
becauseone might use "-" in the name itself, but probably not "--" -- it seems that the dash is not actually allowed: 
   create extension pgtap-core;   ERROR:  syntax error at or near "-"   LINE 1: create extension pgtap-core;

Parser error?

Thanks,

David




pgsql-hackers by date:

Previous
From: "David E. Wheeler"
Date:
Subject: Multiple Extensions
Next
From: Itagaki Takahiro
Date:
Subject: Re: Dash in Extension Names