Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
54fe3327
Commit
54fe3327
authored
19 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update TODO script sample.
parent
03d712d9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/src/FAQ/README
+2
-4
2 additions, 4 deletions
doc/src/FAQ/README
doc/src/FAQ/TODO.html
+5
-5
5 additions, 5 deletions
doc/src/FAQ/TODO.html
with
7 additions
and
9 deletions
doc/src/FAQ/README
+
2
−
4
View file @
54fe3327
...
@@ -6,10 +6,8 @@ The FAQ* files in this directory are the master versions, and the
...
@@ -6,10 +6,8 @@ The FAQ* files in this directory are the master versions, and the
The TODO.html file in this directory is not the master, but ../../TODO
The TODO.html file in this directory is not the master, but ../../TODO
is. The conversion is done using txt2html:
is. The conversion is done using txt2html:
txt2html -m -s 100 -p 100 --xhtml --title "PostgreSQL TODO list" \
txt2html -m -s 100 -p 100 --xhtml --titlefirst \
--link /u/txt2html/txt2html.dict \
--body_deco ' bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"' \
--body_deco ' bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"' \
--caps_tag '' \
/pgtop/doc/TODO |
/pgtop/doc/TODO |
sed 's;\[\([^]]*\)\];[<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?\1">\1</a>];g' > /pgtop/doc/src/FAQ/TODO.html
sed 's;\[\([^]]*\)\];[<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?\1">\1</a>];g' > /pgtop/doc/src/FAQ/TODO.html
This diff is collapsed.
Click to expand it.
doc/src/FAQ/TODO.html
+
5
−
5
View file @
54fe3327
...
@@ -2,13 +2,13 @@
...
@@ -2,13 +2,13 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<html>
<head>
<head>
<title>
PostgreSQL TODO
l
ist
</title>
<title>
PostgreSQL TODO
L
ist
</title>
<meta
name=
"generator"
content=
"HTML::TextToHTML v2.25"
/>
<meta
name=
"generator"
content=
"HTML::TextToHTML v2.25"
/>
</head>
</head>
<body
bgcolor=
"#FFFFFF"
text=
"#000000"
link=
"#FF0000"
vlink=
"#A00000"
alink=
"#0000FF"
>
<body
bgcolor=
"#FFFFFF"
text=
"#000000"
link=
"#FF0000"
vlink=
"#A00000"
alink=
"#0000FF"
>
<h1><a
name=
"section_1"
>
TODO list for
PostgreSQL
</a></h1>
<h1><a
name=
"section_1"
>
PostgreSQL
TODO List
</a></h1>
<p>
Current maintainer: Bruce Momjian (
<a
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</a>
)
<br/>
<p>
Current maintainer: Bruce Momjian (
<a
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</a>
)
<br/>
Last updated: Mon Apr 18
08:57:57
EDT 2005
Last updated: Mon Apr 18
10:42:34
EDT 2005
</p>
</p>
<p>
The most recent version of this document can be viewed at the PostgreSQL web
<br/>
<p>
The most recent version of this document can be viewed at the PostgreSQL web
<br/>
site,
<a
href=
"http://www.PostgreSQL.org"
>
http://www.PostgreSQL.org
</a>
.
site,
<a
href=
"http://www.PostgreSQL.org"
>
http://www.PostgreSQL.org
</a>
.
...
@@ -177,8 +177,7 @@ first.
...
@@ -177,8 +177,7 @@ first.
</li><li>
Add 'tid != tid ' operator for use in corruption recovery
</li><li>
Add 'tid != tid ' operator for use in corruption recovery
</li><li>
Add ISo INTERVAL handling
</li><li>
Add ISo INTERVAL handling
<ul>
<ul>
<li>
Add support for day-time syntax, INTERVAL '1 2:03:04'
<li>
Add support for day-time syntax, INTERVAL '1 2:03:04' DAY TO SECOND
<strong>
DAY TO SECOND
</strong>
</li><li>
Add support for year-month syntax, INTERVAL '50-6' YEAR TO MONTH
</li><li>
Add support for year-month syntax, INTERVAL '50-6' YEAR TO MONTH
</li><li>
For syntax that isn't uniquely ISO or PG syntax, like '1:30' or
</li><li>
For syntax that isn't uniquely ISO or PG syntax, like '1:30' or
'1', treat as ISO if there is a range specification clause,
'1', treat as ISO if there is a range specification clause,
...
@@ -633,6 +632,7 @@ first.
...
@@ -633,6 +632,7 @@ first.
</li><li>
Add an option to sync() before fsync()'ing checkpoint files
</li><li>
Add an option to sync() before fsync()'ing checkpoint files
</li></ul>
</li></ul>
<h1><a
name=
"section_13"
>
Cache
</a></h1>
<h1><a
name=
"section_13"
>
Cache
</a></h1>
<ul>
<ul>
<li>
Allow free-behind capability for large sequential scans, perhaps using
<li>
Allow free-behind capability for large sequential scans, perhaps using
posix_fadvise()
posix_fadvise()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment