Dash in Extension Names

From: "David E(dot) Wheeler" <david(at)kineticode(dot)com>
To: PostgreSQL-development Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Dash in Extension Names
Date: 2011-11-11 05:40:43
Message-ID: FF34E41E-A1BE-4C33-B4EA-80773D9BF90B@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hackers,

So after Tom made "--" the separator between an extension name and the version information in extension file names -- because one 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Itagaki Takahiro 2011-11-11 05:45:08 Re: Dash in Extension Names
Previous Message David E. Wheeler 2011-11-11 05:36:21 Multiple Extensions