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

Commitf33d3bc

Browse files
author
Neil Conway
committed
TODO updates:
- "Add ON COMMIT capability to CREATE TABLE AS ... SELECT" is done- "Allow PREPARE to automatically determine parameter types" is done- "Clean up compiler warnings (especially with gcc version 4)" is done: AFAIK there are no remaining gcc4 compiler warnings to be fixed.- Creating rules to do view updates is *not* an easy TODO item
1 parente6917b1 commitf33d3bc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎doc/TODO

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,10 @@ Multi-Language Support
328328
Views / Rules
329329
=============
330330

331-
*%Automatically create rules on views so they are updateable, per SQL99
331+
* Automatically create rules on views so they are updateable, per SQL99
332332

333333
We can only auto-create rules for simple views. For more complex
334-
cases users will still have to write rules.
334+
cases users will still have to write rules manually.
335335

336336
* Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
337337
* Allow NOTIFY in rules involving conditionals
@@ -359,8 +359,8 @@ SQL Commands
359359
called, and the table is locked in exclusive mode.
360360

361361
* Allow PREPARE of cursors
362-
* Allow PREPARE to automatically determine parameter types based on the SQL
363-
statement
362+
*-Allow PREPARE to automatically determine parameter types based on the SQL
363+
statement (Neil)
364364
* Allow finer control over the caching of prepared query plans
365365

366366
Currently, queries prepared via the libpq API are planned on first
@@ -437,7 +437,7 @@ SQL Commands
437437
expressions like SELECT col1 || col2
438438
o Use more reliable method for CREATE DATABASE to get a consistent
439439
copy of db?
440-
o Add ON COMMIT capability to CREATE TABLE AS ... SELECT
440+
o-Add ON COMMIT capability to CREATE TABLE AS ... SELECT
441441

442442

443443
* UPDATE
@@ -1142,7 +1142,7 @@ Source Code
11421142
* %Promote debug_query_string into a server-side function current_query()
11431143
* %Allow the identifier length to be increased via a configure option
11441144
* Allow cross-compiling by generating the zic database on the target system
1145-
* Improve NLSmaintenace of libpgport messages linked onto applications
1145+
* Improve NLSmaintenance of libpgport messages linked onto applications
11461146
* Allow ecpg to work with MSVC and BCC
11471147
* Add xpath_array() to /contrib/xml2 to return results as an array
11481148
* Allow building in directories containing spaces
@@ -1158,7 +1158,7 @@ Source Code
11581158
spaces and then copy the install to a directory with spaces.
11591159

11601160
* Fix sgmltools so PDFs can be generated with bookmarks
1161-
* %Clean up compiler warnings (especially with gcc version 4)
1161+
*-%Clean up compiler warnings (especially with gcc version 4)
11621162
* Use UTF8 encoding for NLS messages so all server encodings can
11631163
read them properly
11641164
* Update Bonjour to work with newer cross-platform SDK

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp