On Thu, Oct 24, 2013 at 11:41:57AM -0400, Sev Zaslavsky wrote:
> Here is an example implementation: http://activemq.apache.org/nms/
> activemq-wildcards.html
> 
> 
>   • is used to separate names in a path
>   • * is used to match any name in a path
>   • > is used to recursively match any destination starting from this name
> 
> For example using the example above, these subscriptions are possible
> 
>     Subscription                      Meaning
> PRICE.>              Any price for any product on any exchange
> PRICE.STOCK.>        Any price for a stock on any exchange
> PRICE.STOCK.NASDAQ.* Any stock price on NASDAQ
> PRICE.STOCK.*.IBM    Any IBM stock price on any exchange
> 
> 
> My request is to implement the same or similar feature in Postgresql.

This does seem useful and pretty easy to implement.  Should we add a
TODO?

-- 
  Bruce Momjian  <br...@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +


-- 
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