What's wrong with this regexp?

From: Nick <nboutelier(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: What's wrong with this regexp?
Date: 2009-10-10 21:13:34
Message-ID: 2db95407-2dea-4a46-85be-cdd46f64bfd9@y10g2000prg.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

SELECT TRUE WHERE '/steps/?step=10' ~ '^\/steps\/\?step=10$'

Im guessing its an escape issue, but where am I going wrong?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2009-10-10 21:15:53 Re: How to send multiple SQL commands from Python?
Previous Message Bill Todd 2009-10-10 20:57:50 Cannot upgrade to 8.4.1 on Windows