Add URL for PQexec() for disallowing multiple queries:
authorBruce Momjian
Thu, 11 Jan 2007 04:42:02 +0000 (04:42 +0000)
committerBruce Momjian
Thu, 11 Jan 2007 04:42:02 +0000 (04:42 +0000)
>    http://archives.postgresql.org/pgsql-hackers/2007-01/msg00184.php

doc/TODO
doc/src/FAQ/TODO.html

index 1b2a5ed7db61c511cfda828be751091a64dedaf1..2cb4224d4874506beeeba1d982e22db55d61454a 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Wed Jan 10 23:27:27 EST 2007
+Last updated:      Wed Jan 10 23:41:43 EST 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -810,6 +810,8 @@ Clients
    o Consider disallowing multiple queries in PQexec() as an
      additional barrier to SQL injection attacks
 
+     http://archives.postgresql.org/pgsql-hackers/2007-01/msg00184.php
+
 
 Triggers
 ========
index 467630798b66773fa2e84b748f0f36c17fc7caee..18af1fa8ac635666e32d1ef29796d8e8835ec8bb 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Wed Jan 10 23:27:27 EST 2007
+Last updated:           Wed Jan 10 23:41:43 EST 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -732,6 +732,8 @@ first.
           ensuing misleading error messages
     
  • Consider disallowing multiple queries in PQexec() as an
  •            additional barrier to SQL injection attacks
    +

              http://archives.postgresql.org/pgsql-hackers/2007-01/msg00184.php

    +

       
     

     

    Triggers