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

Commitdc9d394

Browse files
committed
Move item:
< * Invalidate prepared queries, like INSERT, when the table definition< is altered>> * Invalidate prepared queries, like INSERT, when the table definition> is altered
1 parentb573fec commitdc9d394

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

‎doc/TODO

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (bruce@momjian.us)
5-
Last updated:Sat May 5 10:44:05 EDT 2007
5+
Last updated:Sat May 5 10:47:39 EDT 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -480,8 +480,6 @@ SQL Commands
480480
manually or automatically when statistics for execute parameters
481481
differ dramatically from those used during planning.
482482

483-
* Invalidate prepared queries, like INSERT, when the table definition
484-
is altered
485483
* Improve logging of prepared statements recovered during startup
486484

487485
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php
@@ -975,6 +973,9 @@ Dependency Checking
975973
might itself drop and recreate dependent tables, causing it to
976974
invalidate its own query plan.
977975

976+
* Invalidate prepared queries, like INSERT, when the table definition
977+
is altered
978+
978979

979980
Indexes
980981
=======

‎doc/src/FAQ/TODO.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Sat May 5 10:44:05 EDT 2007
11+
Last updated: Sat May 5 10:47:39 EDT 2007
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -430,8 +430,6 @@ <h1><a name="section_8">SQL Commands</a></h1>
430430
manually or automatically when statistics for execute parameters
431431
differ dramatically from those used during planning.
432432
</p>
433-
</li><li>Invalidate prepared queries, like INSERT, when the table definition
434-
is altered
435433
</li><li>Improve logging of prepared statements recovered during startup
436434
<p><ahref="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php">http://archives.postgresql.org/pgsql-hackers/2006-11/msg00092.php</a>
437435
</p>
@@ -868,6 +866,8 @@ <h1><a name="section_11">Dependency Checking</a></h1>
868866
might itself drop and recreate dependent tables, causing it to
869867
invalidate its own query plan.
870868
</p>
869+
</li><li>Invalidate prepared queries, like INSERT, when the table definition
870+
is altered
871871
</li></ul>
872872
<h1><aname="section_12">Indexes</a></h1>
873873

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp