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