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
d3d54d4b
Commit
d3d54d4b
authored
22 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update FAQ_DEV.
parent
c4ee9153
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
+5
-5
5 additions, 5 deletions
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html
+5
-5
5 additions, 5 deletions
doc/src/FAQ/FAQ_DEV.html
with
10 additions
and
10 deletions
doc/FAQ_DEV
+
5
−
5
View file @
d3d54d4b
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Sat
Nov
2 23:02
:16 EST 2002
Last updated:
Tue
Nov
5 16:49
:16 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
1.6) What books are good for developers?
1.6) What books are good for developers?
1.7) What is configure all about?
1.7) What is configure all about?
1.8) How do I add a new port?
1.8) How do I add a new port?
1.9) Why don't you use threads/raw devices/async-I/O,
&
insert your
1.9) Why don't you use threads/raw devices/async-I/O,
<
insert your
favorite wizz-bang feature here
&
?
favorite wizz-bang feature here
>
?
1.10) How are RPM's packaged?
1.10) How are RPM's packaged?
1.11) How are CVS branches handled?
1.11) How are CVS branches handled?
1.12) Where can I get a copy of the SQL standards?
1.12) Where can I get a copy of the SQL standards?
...
@@ -317,8 +317,8 @@
...
@@ -317,8 +317,8 @@
src/makefiles directory for port-specific Makefile handling. There is
src/makefiles directory for port-specific Makefile handling. There is
a backend/port directory if you need special files for your OS.
a backend/port directory if you need special files for your OS.
1.9) Why don't you use threads/raw devices/async-I/O,
&
insert your favorite
1.9) Why don't you use threads/raw devices/async-I/O,
<
insert your favorite
wizz-bang feature here
&
?
wizz-bang feature here
>
?
There is always a temptation to use the newest operating system
There is always a temptation to use the newest operating system
features as soon as they arrive. We resist that temptation.
features as soon as they arrive. We resist that temptation.
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ_DEV.html
+
5
−
5
View file @
d3d54d4b
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<H1>
Developer's Frequently Asked Questions (FAQ) for
<H1>
Developer's Frequently Asked Questions (FAQ) for
PostgreSQL
</H1>
PostgreSQL
</H1>
<P>
Last updated:
Sat
Nov
2 23:02
:16 EST 2002
</P>
<P>
Last updated:
Tue
Nov
5 16:49
:16 EST 2002
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
@@ -40,8 +40,8 @@
...
@@ -40,8 +40,8 @@
<A
href=
"#1.7"
>
1.7
</A>
) What is configure all about?
<BR>
<A
href=
"#1.7"
>
1.7
</A>
) What is configure all about?
<BR>
<A
href=
"#1.8"
>
1.8
</A>
) How do I add a new port?
<BR>
<A
href=
"#1.8"
>
1.8
</A>
) How do I add a new port?
<BR>
<A
href=
"#1.9"
>
1.9
</A>
) Why don't you use threads/raw
<A
href=
"#1.9"
>
1.9
</A>
) Why don't you use threads/raw
devices/async-I/O,
&
amp
;
insert your favorite wizz-bang feature
devices/async-I/O,
&
lt
;
insert your favorite wizz-bang feature
here
&
amp
;
?
<BR>
here
&
gt
;
?
<BR>
<A
href=
"#1.10"
>
1.10
</A>
) How are RPM's packaged?
<BR>
<A
href=
"#1.10"
>
1.10
</A>
) How are RPM's packaged?
<BR>
<A
href=
"#1.11"
>
1.11
</A>
) How are CVS branches handled?
<BR>
<A
href=
"#1.11"
>
1.11
</A>
) How are CVS branches handled?
<BR>
<A
href=
"#1.12"
>
1.12
</A>
) Where can I get a copy of the SQL
<A
href=
"#1.12"
>
1.12
</A>
) Where can I get a copy of the SQL
...
@@ -384,8 +384,8 @@
...
@@ -384,8 +384,8 @@
special files for your OS.
</P>
special files for your OS.
</P>
<H3><A
name=
"1.9"
>
1.9
</A>
) Why don't you use threads/raw
<H3><A
name=
"1.9"
>
1.9
</A>
) Why don't you use threads/raw
devices/async-I/O,
&
amp
;
insert your favorite wizz-bang feature
devices/async-I/O,
&
lt
;
insert your favorite wizz-bang feature
here
&
amp
;
?
</H3>
here
&
gt
;
?
</H3>
<P>
There is always a temptation to use the newest operating system
<P>
There is always a temptation to use the newest operating system
features as soon as they arrive. We resist that temptation.
</P>
features as soon as they arrive. We resist that temptation.
</P>
...
...
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