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

Commit5f2bda1

Browse files
committed
Done:
< o Allow UPDATE/DELETE WHERE CURRENT OF cursor<< This requires using the row ctid to map cursor rows back to the< original heap row. This become more complicated if WITH HOLD cursors< are to be supported because WITH HOLD cursors have a copy of the row< and no FOR UPDATE lock.<http://archives.postgresql.org/pgsql-hackers/2007-01/msg01014.php<> o -Allow UPDATE/DELETE WHERE CURRENT OF cursor
1 parent6808f1b commit5f2bda1

File tree

2 files changed

+4
-17
lines changed

2 files changed

+4
-17
lines changed

‎doc/TODO

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer:Bruce Momjian (bruce@momjian.us)
4-
Last updated:Fri Jun 8 14:45:14 EDT 2007
4+
Last updated:Sun Jun10 21:51:20 EDT 2007
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -679,14 +679,7 @@ SQL Commands
679679

680680
* CURSOR
681681

682-
o Allow UPDATE/DELETE WHERE CURRENT OF cursor
683-
684-
This requires using the row ctid to map cursor rows back to the
685-
original heap row. This become more complicated if WITH HOLD cursors
686-
are to be supported because WITH HOLD cursors have a copy of the row
687-
and no FOR UPDATE lock.
688-
http://archives.postgresql.org/pgsql-hackers/2007-01/msg01014.php
689-
682+
o -Allow UPDATE/DELETE WHERE CURRENT OF cursor
690683
o Prevent DROP TABLE from dropping a row referenced by its own open
691684
cursor?
692685

‎doc/src/FAQ/TODO.html

Lines changed: 2 additions & 8 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:Fri Jun 8 14:45:14 EDT 2007
11+
Last updated:Sun Jun10 21:51:20 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>.
@@ -606,13 +606,7 @@ <h1><a name="section_8">SQL Commands</a></h1>
606606
</li></ul>
607607
</li><li>CURSOR
608608
<ul>
609-
<li>Allow UPDATE/DELETE WHERE CURRENT OF cursor
610-
<p> This requires using the row ctid to map cursor rows back to the
611-
original heap row. This become more complicated if WITH HOLD cursors
612-
are to be supported because WITH HOLD cursors have a copy of the row
613-
and no FOR UPDATE lock.
614-
<ahref="http://archives.postgresql.org/pgsql-hackers/2007-01/msg01014.php">http://archives.postgresql.org/pgsql-hackers/2007-01/msg01014.php</a>
615-
</p>
609+
<li>-<em>Allow UPDATE/DELETE WHERE CURRENT OF cursor</em>
616610
</li><li>Prevent DROP TABLE from dropping a row referenced by its own open
617611
cursor?
618612
</li></ul>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp