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



-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to