Re: psql/pg_dump vs. dollar signs in identifiers - Mailing list pgsql-hackers

From Tom Lane
Subject Re: psql/pg_dump vs. dollar signs in identifiers
Date
Msg-id 25112.1184005292@sss.pgh.pa.us
Whole thread Raw
In response to Re: psql/pg_dump vs. dollar signs in identifiers  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> Incidentally, are these really regexps? I always thought they were globs. 

They're regexps under the hood, but we treat . as a schema separator
and translate * to .*, which makes it look like mostly a glob scheme.
But you can make use of brackets, |, +, ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: psql/pg_dump vs. dollar signs in identifiers
Next
From: "Jim C. Nasby"
Date:
Subject: Re: psql/pg_dump vs. dollar signs in identifiers