Re: RE in WHERE SOLVED - Mailing list pgsql-general

From Patrick Nelson
Subject Re: RE in WHERE SOLVED
Date
Msg-id 4165C48DE9A0D211B6400800095C585F172E70@WASHINGTON
Whole thread Raw
List pgsql-general
Patrick Nelson wrote:
----------------->>>>
 Jean-Luc Lachance wrote:
 ----------------->>>>
 Double up on the back slashes.

 SELECT * FROM secure WHERE ~ '^12\\.'
 ----------------->>>>
 That didn't work either...
----------------->>>>
Actually that does work within psql.  I was trying from the command line
like:

 psql <database> -c "SELECT * FROM <table> WHERE host~'^12\\.'"

which doesn't work.  However, if I went into psql and entered the query then
it did work.  Guess the bash shell does something to the block...

pgsql-general by date:

Previous
From: Patrick Nelson
Date:
Subject: Re: RE in WHERE SOLVED
Next
From: Hector Galicia
Date:
Subject: error in execution