Re: Escape double-quotes in text[]?

From: David G Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Escape double-quotes in text[]?
Date: 2014-04-29 21:57:46
Message-ID: 1398808666033-5801918.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Raymond O'Donnell wrote
> '{"abc", "de"f"}'
>
> Or would I need to do this? -
>
> E'{"abc", "de"f"}'

Do you realize that both of the above expressions are effectively identical?

David J.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Escape-double-quotes-in-text-tp5801913p5801918.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Elanchezhiyan Elango 2014-04-29 23:59:39 Vacuuming strategy
Previous Message David G Johnston 2014-04-29 21:54:10 Re: Escape double-quotes in text[]?