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
b6660fdd
Commit
b6660fdd
authored
21 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update CVS with new FAQ.
parent
3450fd08
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ
+1
-1
1 addition, 1 deletion
doc/FAQ
doc/src/FAQ/FAQ.html
+19
-15
19 additions, 15 deletions
doc/src/FAQ/FAQ.html
with
20 additions
and
16 deletions
doc/FAQ
+
1
−
1
View file @
b6660fdd
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Mon
Apr 2
1
1
0:54:04
EDT 2003
Last updated:
Tue
Apr 2
2
1
4:02:41
EDT 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ.html
+
19
−
15
View file @
b6660fdd
...
...
@@ -10,7 +10,7 @@
alink=
"#0000ff"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated:
Mon Mar 17 11:32:59
E
S
T 2003
</P>
<P>
Last updated:
Tue Apr 22 14:02:41
E
D
T 2003
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
...
@@ -21,7 +21,7 @@
"http://www.PostgreSQL.org/docs/faqs/FAQ.html"
>
http://www.PostgreSQL.org/docs/faqs/FAQ.html
</A>
.
</P>
<P>
Platform-specific questions are answered at
<A
href=
"http://www.PostgreSQL.org/
users-lounge/
docs/index.html"
>
http://www.PostgreSQL.org/docs/index.html
</A>
.
</P>
"http://www.PostgreSQL.org/docs/index.html"
>
http://www.PostgreSQL.org/docs/index.html
</A>
.
</P>
<HR>
<H2
align=
"center"
>
General Questions
</H2>
...
...
@@ -245,11 +245,16 @@
<P>
The database server can run on Windows NT and Win2k using
Cygwin, the Cygnus Unix/NT porting library. See
<I>
pgsql/doc/FAQ_MSWIN
</I>
in the distribution or the MS Windows FAQ
at
<A
href=
"http://www.PostgreSQL.org/docs/faqs/
faq-mswin.html
"
>
http://www.PostgreSQL.org/docs/faqs/
faq-mswin.html
</A>
.
</P>
at
<A
href=
"http://www.PostgreSQL.org/docs/faqs/
text/FAQ_MSWIN
"
>
http://www.PostgreSQL.org/docs/faqs/
text/FAQ_MSWIN
</A>
.
</P>
<p>
A native port to MS Win NT/2000/XP is currently being worked
on.
</p>
on. For more details on the current status of PostgreSQL on Windows see
<a
href=
"http://techdocs.postgresql.org/guides/Windows"
>
http://techdocs.postgresql.org/guides/Windows
</a>
.
</p>
<p>
There is also a Novell Netware 6 port at
<a
href=
"http://forge.novell.com"
>
http://forge.novell.com
</a>
.
</p>
<H4><A
name=
"1.5"
>
1.5
</A>
) Where can I get PostgreSQL?
</H4>
...
...
@@ -309,8 +314,8 @@
<A
href=
"http://www.PostgreSQL.org"
>
http://www.PostgreSQL.org
</A>
</BLOCKQUOTE>
<P>
There is also an IRC channel on EFNet
, channel
<I>
#PostgreSQL
</I>
. I use the Unix command
<CODE>
irc -c
<P>
There is also an IRC channel on EFNet
and OpenProjects,
channel
<I>
#PostgreSQL
</I>
. I use the Unix command
<CODE>
irc -c
'#PostgreSQL' "$USER" irc.phoenix.net.
</CODE></P>
<P>
A list of commercial support companies is available at
<A
href=
...
...
@@ -326,8 +331,8 @@
<P>
Several manuals, manual pages, and some small test examples are
included in the distribution. See the
<I>
/doc
</I>
directory. You
can also browse the manual online at
<A
href=
"http://www.
ca.
PostgreSQL.org/
users-lounge/
docs
/
"
>
http://www.
ca.
PostgreSQL.org/
users-lounge/
docs
/
</A>
.
</P>
can also browse the manual
s
online at
<A
href=
"http://www.PostgreSQL.org/docs"
>
http://www.PostgreSQL.org/docs
</A>
.
</P>
<P>
There are two PostgreSQL books available online at
<A
href=
"http://www.PostgreSQL.org/docs/awbook.html"
>
http://www.PostgreSQL.org/docs/awbook.html
</A>
...
...
@@ -602,7 +607,7 @@
<I>
postmaster
</I>
. For most systems, with default numbers of
buffers and processes, you need a minimum of ~1 MB. See the
<A
href=
"http://www.
p
ostgre
sql
.org/
i
docs/
index.php?
kernel-resources.html"
>
PostgreSQL
"http://www.
P
ostgre
SQL
.org/docs/
view.php?version=current&idoc=1&file=
kernel-resources.html"
>
PostgreSQL
Administrator's Guide
</A>
for more detailed information about
shared memory and semaphores.
</P>
...
...
@@ -1342,11 +1347,10 @@ BYTEA bytea variable-length byte array (null-byte safe)
<H4><A
name=
"4.25"
>
4.25
</A>
) How do I return multiple rows or
columns from a function?
</H4>
<P>
You can return result sets from PL/pgSQL functions using
<I>
refcursors
</I>
. See
<A
href=
"http://www.PostgreSQL.org/idocs/index.php?plpgsql-cursors.html"
>
http://www.PostgreSQL.org/idocs/index.php?plpgsql-cursors.html
</A>
,
section 23.7.3.3.
</P>
<P>
In 7.3, you can easily return multiple rows or columns from a
function,
<a
href=
"http://techdocs.postgresql.org/guides/SetReturningFunctions"
>
http://techdocs.postgresql.org/guides/SetReturningFunctions
</a>
.
<H4><A
name=
"4.26"
>
4.26
</A>
) Why can't I reliably create/drop
temporary tables in PL/PgSQL functions?
</H4>
...
...
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