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

Commit7303b20

Browse files
committed
Not done:
< o -Allow an existing index to be marked as a table's primary key> o Allow an existing index to be marked as a table's primary key
1 parent3cab8bd commit7303b20

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

‎doc/TODO

Lines changed: 2 additions & 2 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:Tue Aug 1912:39:00 EDT 2008
4+
Last updated:Tue Aug 1915:19:46 EDT 2008
55

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

849849
http://archives.postgresql.org/pgsql-hackers/2006-12/msg00782.php
850850

851-
o-Allow an existing index to be marked as a table's primary key
851+
o Allow an existing index to be marked as a table's primary key
852852

853853
http://archives.postgresql.org/pgsql-hackers/2008-04/msg00500.php
854854

‎doc/src/FAQ/TODO.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0Strict//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3-
<htmlxmlns="http://www.w3.org/1999/xhtml">
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0Transitional//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
<html>
44
<head>
55
<title>PostgreSQL TODO List</title>
6-
<metaname="generator"content="HTML::TextToHTML v2.51"/>
6+
<metaname="generator"content="HTML::TextToHTML v2.25"/>
77
</head>
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: Tue Aug 1912:39:00 EDT 2008
11+
Last updated: Tue Aug 1915:19:46 EDT 2008
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>.
@@ -730,7 +730,7 @@ <h1><a name="section_7">SQL Commands</a></h1>
730730
storage, and permanent id for every column?
731731
<p><ahref="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00782.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00782.php</a>
732732
</p>
733-
</li><li>-<em>Allow an existing index to be marked as a table's primary key</em>
733+
</li><li>Allow an existing index to be marked as a table's primary key
734734
<p><ahref="http://archives.postgresql.org/pgsql-hackers/2008-04/msg00500.php">http://archives.postgresql.org/pgsql-hackers/2008-04/msg00500.php</a>
735735
</p>
736736
</li></ul>
@@ -996,7 +996,7 @@ <h1><a name="section_10">Clients</a></h1>
996996
widths. Perhaps the word wrapping could use the same
997997
algorithm documented in the W3C specification.
998998
<ahref="http://archives.postgresql.org/pgsql-hackers/2008-05/msg00404.php">http://archives.postgresql.org/pgsql-hackers/2008-05/msg00404.php</a>
999-
<ahref="http://www.w3.org/TR/CSS21/tables.html#auto-table-layout">http://www.w3.org/TR/CSS21/tables.html#auto-table-layout</a>
999+
<ahref="http://www.w3.org/TR/CSS21/tables.html<strong>auto-table-layout">http://www.w3.org/TR/CSS21/tables.html</strong>auto-table-layout</a>
10001000
<li>Add "auto" expanded mode that outputs in expanded format if
10011001
"wrapped" mode can't wrap the output to the screen width
10021002
<p><ahref="http://archives.postgresql.org/pgsql-hackers/2008-05/msg00417.php">http://archives.postgresql.org/pgsql-hackers/2008-05/msg00417.php</a>
@@ -1102,8 +1102,8 @@ <h1><a name="section_10">Clients</a></h1>
11021102
</p>
11031103
</li></ul>
11041104
</li></ul>
1105-
<h1><aname="section_11">Triggers</a></h1>
1106-
</p>
1105+
</p><h1><aname="section_11">Triggers</a></h1>
1106+
11071107
<ul>
11081108
<li>Add deferred trigger queue file
11091109
<p> Right now all deferred trigger information is stored in backend
@@ -1326,7 +1326,7 @@ <h1><a name="section_15">Cache Usage</a></h1>
13261326
<ahref="http://archives.postgresql.org/pgsql-patches/2008-01/msg00049.php">http://archives.postgresql.org/pgsql-patches/2008-01/msg00049.php</a>
13271327
</p>
13281328
</li><li>Consider automatic caching of statements at various levels:
1329-
Parsed query tree, query execution plan, query results
1329+
parsed query tree, query execution plan, query results
13301330
<p><ahref="http://archives.postgresql.org/pgsql-hackers/2008-04/msg00823.php">http://archives.postgresql.org/pgsql-hackers/2008-04/msg00823.php</a>
13311331
</p>
13321332
</li><li>Consider increasing internal areas when shared buffers is increased
@@ -1842,7 +1842,7 @@ <h1><a name="section_24">Exotic Features</a></h1>
18421842
<p><ahref="http://archives.postgresql.org/pgsql-hackers/2008-01/msg00893.php">http://archives.postgresql.org/pgsql-hackers/2008-01/msg00893.php</a>
18431843
</p>
18441844
</li></ul>
1845-
<h1><aname="section_25">Features We Do_Not_ Want</a></h1>
1845+
<h1><aname="section_25">Features We Do<u>Not</u> Want</a></h1>
18461846

18471847
<ul>
18481848
<li>All backends running as threads in a single process (not wanted)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp