@@ -328,10 +328,10 @@ Multi-Language Support
328
328
Views / Rules
329
329
=============
330
330
331
- * % Automatically create rules on views so they are updateable, per SQL99
331
+ * Automatically create rules on views so they are updateable, per SQL99
332
332
333
333
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 .
335
335
336
336
* Add the functionality for WITH CHECK OPTION clause of CREATE VIEW
337
337
* Allow NOTIFY in rules involving conditionals
@@ -359,8 +359,8 @@ SQL Commands
359
359
called, and the table is locked in exclusive mode.
360
360
361
361
* 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)
364
364
* Allow finer control over the caching of prepared query plans
365
365
366
366
Currently, queries prepared via the libpq API are planned on first
@@ -437,7 +437,7 @@ SQL Commands
437
437
expressions like SELECT col1 || col2
438
438
o Use more reliable method for CREATE DATABASE to get a consistent
439
439
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
441
441
442
442
443
443
* UPDATE
@@ -1142,7 +1142,7 @@ Source Code
1142
1142
* %Promote debug_query_string into a server-side function current_query()
1143
1143
* %Allow the identifier length to be increased via a configure option
1144
1144
* Allow cross-compiling by generating the zic database on the target system
1145
- * Improve NLS maintenace of libpgport messages linked onto applications
1145
+ * Improve NLS maintenance of libpgport messages linked onto applications
1146
1146
* Allow ecpg to work with MSVC and BCC
1147
1147
* Add xpath_array() to /contrib/xml2 to return results as an array
1148
1148
* Allow building in directories containing spaces
@@ -1158,7 +1158,7 @@ Source Code
1158
1158
spaces and then copy the install to a directory with spaces.
1159
1159
1160
1160
* 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)
1162
1162
* Use UTF8 encoding for NLS messages so all server encodings can
1163
1163
read them properly
1164
1164
* Update Bonjour to work with newer cross-platform SDK
0 commit comments