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

Commit54fe332

Browse files
committed
Update TODO script sample.
1 parent03d712d commit54fe332

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

‎doc/src/FAQ/README

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ The FAQ* files in this directory are the master versions, and the
66
The TODO.html file in this directory is not the master, but ../../TODO
77
is. The conversion is done using txt2html:
88

9-
txt2html -m -s 100 -p 100 --xhtml --title "PostgreSQL TODO list" \
10-
--link /u/txt2html/txt2html.dict \
9+
txt2html -m -s 100 -p 100 --xhtml --titlefirst \
1110
--body_deco ' bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"' \
11+
--caps_tag '' \
1212
/pgtop/doc/TODO |
1313
sed 's;\[\([^]]*\)\];[<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?\1">\1</a>];g' > /pgtop/doc/src/FAQ/TODO.html
14-
15-

‎doc/src/FAQ/TODO.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
33
<html>
44
<head>
5-
<title>PostgreSQL TODOlist</title>
5+
<title>PostgreSQL TODOList</title>
66
<metaname="generator"content="HTML::TextToHTML v2.25"/>
77
</head>
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
9-
<h1><aname="section_1">TODOlist for PostgreSQL</a></h1>
9+
<h1><aname="section_1">PostgreSQLTODOList</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Mon Apr 1808:57:57 EDT 2005
11+
Last updated: Mon Apr 1810:42:34 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at the PostgreSQL web<br/>
1414
site,<ahref="http://www.PostgreSQL.org">http://www.PostgreSQL.org</a>.
@@ -177,8 +177,7 @@ <h1><a name="section_3">Data Types</a></h1>
177177
</li><li>Add 'tid != tid ' operator for use in corruption recovery
178178
</li><li>Add ISo INTERVAL handling
179179
<ul>
180-
<li>Add support for day-time syntax, INTERVAL '1 2:03:04'
181-
<strong>DAY TO SECOND</strong>
180+
<li>Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO SECOND
182181
</li><li>Add support for year-month syntax, INTERVAL '50-6' YEAR TO MONTH
183182
</li><li>For syntax that isn't uniquely ISO or PG syntax, like '1:30' or
184183
'1', treat as ISO if there is a range specification clause,
@@ -633,6 +632,7 @@ <h1><a name="section_12">Fsync</a></h1>
633632
</li><li>Add an option to sync() before fsync()'ing checkpoint files
634633
</li></ul>
635634
<h1><aname="section_13">Cache</a></h1>
635+
636636
<ul>
637637
<li>Allow free-behind capability for large sequential scans, perhaps using
638638
posix_fadvise()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp