Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
6e884662
Commit
6e884662
authored
Apr 19, 2008
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc script comments.
parent
c6106155
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
src/tools/FAQ2txt
src/tools/FAQ2txt
+3
-2
src/tools/TODO2html
src/tools/TODO2html
+2
-2
No files found.
src/tools/FAQ2txt
View file @
6e884662
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.
1 2008/04/19 12:42:35
momjian Exp $:
# $PostgreSQL: pgsql/src/tools/FAQ2txt,v 1.
2 2008/04/19 12:52:51
momjian Exp $:
# Converts FAQ.html and FAQ_DEV.html to text files
# Converts doc/src/FAQ/FAQ.html to text file doc/FAQ and
# converts doc/src/FAQ/FAQ_DEV.html to text file doc/FAQ_DEV
lynx
-force_html
-dont_wrap_pre
-dump
-hiddenlinks
=
ignore
-nolist
"
$@
"
src/tools/TODO2html
View file @
6e884662
#!/bin/sh
# $PostgreSQL: pgsql/src/tools/TODO2html,v 1.
2 2008/04/19 12:42:35
momjian Exp $:
# $PostgreSQL: pgsql/src/tools/TODO2html,v 1.
3 2008/04/19 12:52:51
momjian Exp $:
# Converts
TODO text file to HTML
# Converts
doc/TODO text file to doc/src/FAQ/TODO.html HTML file
[
!
-f
COPYRIGHT
]
&&
echo
"Run from top of source tree"
1>&2
&&
exit
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment