Re: libpq and escaping array string literals - Mailing list pgsql-general

From Dmitry Igrishin
Subject Re: libpq and escaping array string literals
Date
Msg-id CAAfz9KOzPNnFRniFbZ+4-0vnU0aXGQp0VHhtYzoe0BksfBRL3A@mail.gmail.com
Whole thread Raw
In response to libpq and escaping array string literals  (Ted Toth <txtoth@gmail.com>)
List pgsql-general
Hey Ted,

libpq has no such a facility. If you're on C++ you may want to use Pgfe library to work with the database arrays easy.

On Fri, 6 Mar 2020, 22:11 Ted Toth, <txtoth@gmail.com> wrote:
I've got so C code that interacting with a table containing a field of type text[]. Strings I've got to put in the array may be unicode and or contain single or double quotes etc ... What's the best way to escape these strings? 

Ted

pgsql-general by date:

Previous
From: Ted Toth
Date:
Subject: libpq and escaping array string literals
Next
From: Tiffany Thang
Date:
Subject: Restrict user to create only one db with a specific name