File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
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
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -535,11 +535,6 @@ Clients
535
535
=======
536
536
537
537
* 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
-
543
538
* Add PQescapeIdentifier() to libpq
544
539
* Have initdb set the input DateStyle (MDY or DMY) based on locale?
545
540
* Have pg_ctl look at PGHOST in case it is a socket directory?
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
489
489
490
490
< ul >
491
491
< 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 >
496
492
</ li > < li > Add PQescapeIdentifier() to libpq
497
493
</ li > < li > Have initdb set the input DateStyle (MDY or DMY) based on locale?
498
494
</ li > < li > Have pg_ctl look at PGHOST in case it is a socket directory?
You can’t perform that action at this time.
0 commit comments