Re: BUG #13753: Docs for plpy.execute() miss info about quoting

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: guettliml(at)thomas-guettler(dot)de
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #13753: Docs for plpy.execute() miss info about quoting
Date: 2015-11-03 17:03:51
Message-ID: 9076.1446570231@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

guettliml(at)thomas-guettler(dot)de writes:
> This page misses important information:
> http://www.postgresql.org/docs/9.4/static/plpython-database.html
> How to quote the arguments?

AFAICS, none of the examples shown there require quoting of arguments,
so the issue doesn't really come up naturally.

> The relevant information is here:
> http://www.postgresql.org/docs/9.4/static/plpython-util.html
> Please include a link from the execute() docs to the quoting docs.

We cannot put everything on one page; that will not make it more
readable or understandable.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message ryan.vilim 2015-11-03 19:59:49 BUG #13754: Postgres possibly accepts a typo as valid input
Previous Message Andres Freund 2015-11-03 15:43:00 Re: Re: BUG #13685: Archiving while idle every archive_timeout with wal_level hot_standby