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

Commit0ee105b

Browse files
committed
Done:
> * -Add OR REPLACE clauses to non-FUNCTION object creation> * -Allow autocommit so always in a transaction block> * -Cache most recent query plan(s) (Neil) [prepare]
1 parenta02780f commit0ee105b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/TODO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Mon Sep 200:42:59 EDT 2002
3+
Last updated:Mon Sep 202:44:01 EDT 2002
44

55
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -182,7 +182,7 @@ Commands
182182
* -Remove LIMIT #,# and force use LIMIT and OFFSET clauses in 7.3 (Bruce)
183183
* Allow LIMIT/OFFSET to use expressions
184184
* -Disallow TRUNCATE on tables that are involved in referential constraints
185-
* Add OR REPLACE clauses to non-FUNCTION object creation
185+
*-Add OR REPLACE clauses to non-FUNCTION object creation
186186
* CREATE TABLE AS can not determine column lengths from expressions [atttypmod]
187187
* Allow UPDATE to handle complex aggregates [update]
188188
* -Prevent create/drop scripts from allowing extra args (Bruce)
@@ -361,7 +361,7 @@ Dependency Checking
361361
Transactions
362362
============
363363

364-
* Allow autocommit so always in a transaction block
364+
*-Allow autocommit so always in a transaction block
365365
* Overhaul bufmgr/lockmgr/transaction manager
366366
* Allow savepoints / nested transactions [transactions]
367367

@@ -394,7 +394,7 @@ Fsync
394394

395395
Cache
396396
=====
397-
* Cache most recent query plan(s) (Neil) [prepare]
397+
*-Cache most recent query plan(s) (Neil) [prepare]
398398
* Shared catalog cache, reduce lseek()'s by caching table size in shared area
399399
* Add free-behind capability for large sequential scans (Bruce)
400400
* Allow binding query args over FE/BE protocol

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp