mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Cosmetic capitalization fix
This commit is contained in:
parent
ec497a5ad6
commit
856a23018c
@ -1199,7 +1199,7 @@ $$ LANGUAGE plpythonu;
|
|||||||
ad-hoc queries. A PL/Python equivalent of dynamic SQL from <xref
|
ad-hoc queries. A PL/Python equivalent of dynamic SQL from <xref
|
||||||
linkend="plpgsql-quote-literal-example"> would be:
|
linkend="plpgsql-quote-literal-example"> would be:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
plpy.execute("UPDATE tbl SET %s = %s where key = %s" % (
|
plpy.execute("UPDATE tbl SET %s = %s WHERE key = %s" % (
|
||||||
plpy.quote_ident(colname),
|
plpy.quote_ident(colname),
|
||||||
plpy.quote_nullable(newvalue),
|
plpy.quote_nullable(newvalue),
|
||||||
plpy.quote_literal(keyvalue)))
|
plpy.quote_literal(keyvalue)))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user