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

Commit adc58f1

Browse files
committed
Remove item:
< * Prevent libpq's PQfnumber() from lowercasing the column name < < One idea is to lowercase all identifiers except those that are < surrounded by quotes. <
1 parent e952ae1 commit adc58f1

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

doc/TODO

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Wed Oct 12 10:06:44 EDT 2005
5+
Last updated: Wed Oct 12 18:39:34 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -535,11 +535,6 @@ Clients
535535
=======
536536

537537
* Add a libpq function to support Parse/DescribeStatement capability
538-
* Prevent libpq's PQfnumber() from lowercasing the column name
539-
540-
One idea is to lowercase all identifiers except those that are
541-
surrounded by quotes.
542-
543538
* Add PQescapeIdentifier() to libpq
544539
* Have initdb set the input DateStyle (MDY or DMY) based on locale?
545540
* Have pg_ctl look at PGHOST in case it is a socket directory?

doc/src/FAQ/TODO.html

Lines changed: 1 addition & 5 deletions
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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Wed Oct 12 10:06:44 EDT 2005
11+
Last updated: Wed Oct 12 18:39:34 EDT 2005
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>.
@@ -489,10 +489,6 @@ <h1><a name="section_9">Clients</a></h1>
489489

490490
<ul>
491491
<li>Add a libpq function to support Parse/DescribeStatement capability
492-
</li><li>Prevent libpq's PQfnumber() from lowercasing the column name
493-
<p> One idea is to lowercase all identifiers except those that are
494-
surrounded by quotes.
495-
</p>
496492
</li><li>Add PQescapeIdentifier() to libpq
497493
</li><li>Have initdb set the input DateStyle (MDY or DMY) based on locale?
498494
</li><li>Have pg_ctl look at PGHOST in case it is a socket directory?

0 commit comments

Comments
 (0)