Quote_literal() - Mailing list pgsql-sql

From James M Doherty
Subject Quote_literal()
Date
Msg-id !~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAGKgFc6RcN0+tZU9CuUmdQ8KAAAAQAAAAA/QrXVG4jUi12IN6YW28cAEAAAAA@jdoherty.net
Whole thread Raw
Responses Re: Quote_literal()
List pgsql-sql
 declare SQL     text;     NSQL    text;

SQL := ''10/3/2009'';

NSQL := quote_literal(SQL);

The result is '10/3/2009   with no closing quote.

Jim
James M Doherty
Principal<file://C:\Documents and Settings\jmd\Application
Data\Microsoft\Signatures\odoherty_crest.jpg> 
JMD CONSULTING
411 Thunderbay Dr
Georgetown, TX 78626
A reputation is something others give you HONOR is something you give
yourself!



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: quote_literal() fails with unmatched quotes
Next
From: "James M Doherty"
Date:
Subject: Re: quote_literal() fails with unmatched quotes