mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08:00
Add:
> * Add PQescapeIdentifier() to libpq
This commit is contained in:
parent
284e4739ef
commit
9ebe05c5bc
3
doc/TODO
3
doc/TODO
@ -2,7 +2,7 @@
|
||||
PostgreSQL TODO List
|
||||
====================
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
Last updated: Fri Jul 29 12:05:22 EDT 2005
|
||||
Last updated: Fri Jul 29 22:52:27 EDT 2005
|
||||
|
||||
The most recent version of this document can be viewed at
|
||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||
@ -539,6 +539,7 @@ Clients
|
||||
|
||||
This would be used for checking if the server is up.
|
||||
|
||||
* Add PQescapeIdentifier() to libpq
|
||||
* Have initdb set DateStyle based on locale?
|
||||
* Have pg_ctl look at PGHOST in case it is a socket directory?
|
||||
* Add a schema option to createlang
|
||||
|
@ -8,7 +8,7 @@
|
||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
||||
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
||||
Last updated: Fri Jul 29 12:05:22 EDT 2005
|
||||
Last updated: Fri Jul 29 22:52:27 EDT 2005
|
||||
</p>
|
||||
<p>The most recent version of this document can be viewed at<br/>
|
||||
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
||||
@ -492,6 +492,7 @@ first.
|
||||
</li><li>Allow libpq to access SQLSTATE so pg_ctl can test for connection failure
|
||||
<p> This would be used for checking if the server is up.
|
||||
</p>
|
||||
</li><li>Add PQescapeIdentifier() to libpq
|
||||
</li><li>Have initdb set DateStyle based on locale?
|
||||
</li><li>Have pg_ctl look at PGHOST in case it is a socket directory?
|
||||
</li><li>Add a schema option to createlang
|
||||
|
Loading…
Reference in New Issue
Block a user