Re: Escape handling in strings

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: AgentM <agentm(at)themactionfaction(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Escape handling in strings
Date: 2005-06-21 15:34:23
Message-ID: 11617.1119368063@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

AgentM <agentm(at)themactionfaction(dot)com> writes:
> What I am really hoping for is that PQexecParams() [in later versions
> of libpq] can figure it out for itself so client code doesn't need
> fixing. That is the plan, right?

Out-of-line parameters are not an issue at all --- only string literals
embedded in the SQL query.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-06-21 15:38:36 Re: index selection by query planner
Previous Message Karl O. Pinc 2005-06-21 15:25:01 Re: [GENERAL] Escape handling in strings

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-06-21 15:38:36 Re: index selection by query planner
Previous Message Tom Lane 2005-06-21 15:29:03 Re: Compiling tsearch2 on AIX