Cosmetic capitalization fix

pull/1/head
Peter Eisentraut 15 years ago
parent ec497a5ad6
commit 856a23018c
  1. 2
      doc/src/sgml/plpython.sgml

@ -1199,7 +1199,7 @@ $$ LANGUAGE plpythonu;
ad-hoc queries. A PL/Python equivalent of dynamic SQL from <xref
linkend="plpgsql-quote-literal-example"> would be:
<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_nullable(newvalue),
plpy.quote_literal(keyvalue)))

Loading…
Cancel
Save