Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit249f07b

Browse files
committed
Update:
> * Prevent PQfnumber() from lowercasing unquoted the column name>> PQfnumber() should never have been doing lowercasing, but historically> it has so we need a way to prevent it>
1 parent1e9a6ba commit249f07b

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

‎doc/TODO

Lines changed: 6 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 (pgman@candle.pha.pa.us)
5-
Last updated:Wed Oct 1218:39:34 EDT 2005
5+
Last updated:Wed Oct 1221:23:47 EDT 2005
66

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

537537
* Add a libpq function to support Parse/DescribeStatement capability
538538
* Add PQescapeIdentifier() to libpq
539+
* Prevent PQfnumber() from lowercasing unquoted the column name
540+
541+
PQfnumber() should never have been doing lowercasing, but historically
542+
it has so we need a way to prevent it
543+
539544
* Have initdb set the input DateStyle (MDY or DMY) based on locale?
540545
* Have pg_ctl look at PGHOST in case it is a socket directory?
541546
* Allow pg_ctl to work properly with configuration files located outside

‎doc/src/FAQ/TODO.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Wed Oct 1218:39:34 EDT 2005
11+
Last updated: Wed Oct 1221:23:47 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -490,6 +490,10 @@ <h1><a name="section_9">Clients</a></h1>
490490
<ul>
491491
<li>Add a libpq function to support Parse/DescribeStatement capability
492492
</li><li>Add PQescapeIdentifier() to libpq
493+
</li><li>Prevent PQfnumber() from lowercasing unquoted the column name
494+
<p> PQfnumber() should never have been doing lowercasing, but historically
495+
it has so we need a way to prevent it
496+
</p>
493497
</li><li>Have initdb set the input DateStyle (MDY or DMY) based on locale?
494498
</li><li>Have pg_ctl look at PGHOST in case it is a socket directory?
495499
</li><li>Allow pg_ctl to work properly with configuration files located outside

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp