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

Commit7522902

Browse files
committed
Add description:
< * Prevent libpq's PQfnumber() from lowercasing the column name?> * Prevent libpq's PQfnumber() from lowercasing the column name>> One idea is to lowercase all identifiers except those that are> surrounded by quotes.>
1 parent368f0b2 commit7522902

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

‎doc/TODO

Lines changed: 6 additions & 2 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:Tue Oct 1122:57:45 EDT 2005
5+
Last updated:Tue Oct 1123:26:33 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,7 +535,11 @@ Clients
535535
=======
536536

537537
* Add a libpq function to support Parse/DescribeStatement capability
538-
* Prevent libpq's PQfnumber() from lowercasing the column name?
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+
539543
* Add PQescapeIdentifier() to libpq
540544
* Have initdb set the input DateStyle (MDY or DMY) based on locale?
541545
* Have pg_ctl look at PGHOST in case it is a socket directory?

‎doc/src/FAQ/TODO.html

Lines changed: 5 additions & 2 deletions
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: Tue Oct 1122:57:45 EDT 2005
11+
Last updated: Tue Oct 1123:26:33 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>.
@@ -489,7 +489,10 @@ <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?
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>
493496
</li><li>Add PQescapeIdentifier() to libpq
494497
</li><li>Have initdb set the input DateStyle (MDY or DMY) based on locale?
495498
</li><li>Have pg_ctl look at PGHOST in case it is a socket directory?

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp