Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f941a12

Browse files
committed
Add URL for PQexec() for disallowing multiple queries:
> http://archives.postgresql.org/pgsql-hackers/2007-01/msg00184.php
1 parent 764160d commit f941a12

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/TODO

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Wed Jan 10 23:27:27 EST 2007
5+
Last updated: Wed Jan 10 23:41:43 EST 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -810,6 +810,8 @@ Clients
810810
o Consider disallowing multiple queries in PQexec() as an
811811
additional barrier to SQL injection attacks
812812

813+
http://archives.postgresql.org/pgsql-hackers/2007-01/msg00184.php
814+
813815

814816
Triggers
815817
========

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Wed Jan 10 23:27:27 EST 2007
11+
Last updated: Wed Jan 10 23:41:43 EST 2007
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -732,6 +732,8 @@ <h1><a name="section_9">Clients</a></h1>
732732
ensuing misleading error messages
733733
</li><li>Consider disallowing multiple queries in PQexec() as an
734734
additional barrier to SQL injection attacks
735+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-01/msg00184.php">http://archives.postgresql.org/pgsql-hackers/2007-01/msg00184.php</a>
736+
</p>
735737
</li></ul>
736738
</p></ul>
737739
<h1><a name="section_10">Triggers</a></h1>

0 commit comments

Comments
 (0)