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
3c73f94a
Commit
3c73f94a
authored
Jun 10, 2000
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update developers faq
parent
322d65c1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
7 deletions
+18
-7
doc/FAQ_DEV
doc/FAQ_DEV
+8
-3
doc/src/FAQ_DEV.html
doc/src/FAQ_DEV.html
+10
-4
No files found.
doc/FAQ_DEV
View file @
3c73f94a
...
...
@@ -69,9 +69,14 @@ s
back out twice to return to the original function. Most editors
support this via tags or etags files.
Third, you need to get mkid from ftp.postgresql.org. By running
tools/make_mkid, an archive of source symbols can be created that can
be rapidly queried like grep or edited. Others prefer glimpse.
Third, you need to get id-utils from:
ftp://alpha.gnu.org/gnu/id-utils-3.2d.tar.gz
ftp://tug.org/gnu/id-utils-3.2d.tar.gz
ftp://ftp.enst.fr/pub/gnu/gnits/id-utils-3.2d.tar.gz
By running tools/make_mkid, an archive of source symbols can be
created that can be rapidly queried like grep or edited. Others prefer
glimpse.
make_diff has tools to create patch diff files that can be applied to
the distribution.
...
...
doc/src/FAQ_DEV.html
View file @
3c73f94a
...
...
@@ -87,10 +87,16 @@ out twice to return to the original function. Most editors support this
via
<I>
tags
</I>
or
<I>
etags
</I>
files.
<P>
Third, you need to get
<I>
mkid
</I>
from ftp.postgresql.org. By running
<I>
tools/make_mkid
</I>
, an archive of source symbols can be created that
can be rapidly queried like
<I>
grep
</I>
or edited. Others prefer
<I>
glimpse.
</I><P>
Third, you need to get
<I>
id-utils
</I>
from:
<pre>
<a
href=
"ftp://alpha.gnu.org/gnu/id-utils-3.2d.tar.gz"
>
ftp://alpha.gnu.org/gnu/id-utils-3.2d.tar.gz
</a>
<a
href=
"ftp://tug.org/gnu/id-utils-3.2d.tar.gz"
>
ftp://tug.org/gnu/id-utils-3.2d.tar.gz
</a>
<a
href=
"ftp://ftp.enst.fr/pub/gnu/gnits/id-utils-3.2d.tar.gz"
>
ftp://ftp.enst.fr/pub/gnu/gnits/id-utils-3.2d.tar.gz
</a>
</pre>
By running
<I>
tools/make_mkid
</I>
, an archive of source symbols can be
created that can be rapidly queried like
<I>
grep
</I>
or edited. Others
prefer
<I>
glimpse.
</I><P>
<I>
make_diff
</I>
has tools to create patch diff files that can be
...
...
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