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
77312655
Commit
77312655
authored
Mar 17, 2003
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update links, from Ian Barwick
parent
b776fc19
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
doc/FAQ
doc/FAQ
+9
-7
No files found.
doc/FAQ
View file @
77312655
Frequently Asked Questions (FAQ) for PostgreSQL
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Mon Mar 17 1
1:32:59
EST 2003
Last updated: Mon Mar 17 1
4:47:21
EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -194,9 +194,11 @@
...
@@ -194,9 +194,11 @@
The database server can run on Windows NT and Win2k using Cygwin, the
The database server can run on Windows NT and Win2k using Cygwin, the
Cygnus Unix/NT porting library. See pgsql/doc/FAQ_MSWIN in the
Cygnus Unix/NT porting library. See pgsql/doc/FAQ_MSWIN in the
distribution or the MS Windows FAQ at
distribution or the MS Windows FAQ at
http://www.PostgreSQL.org/docs/faqs/
faq-mswin.html
.
http://www.PostgreSQL.org/docs/faqs/
text/FAQ_MSWIN
.
A native port to MS Win NT/2000/XP is currently being worked on.
A native port to MS Win NT/2000/XP is currently being worked on. For
more details on the current status of PostgreSQL on Windows see
http://techdocs.postgresql.org/guides/Windows.
1.5) Where can I get PostgreSQL?
1.5) Where can I get PostgreSQL?
...
@@ -254,8 +256,7 @@
...
@@ -254,8 +256,7 @@
Several manuals, manual pages, and some small test examples are
Several manuals, manual pages, and some small test examples are
included in the distribution. See the /doc directory. You can also
included in the distribution. See the /doc directory. You can also
browse the manual online at
browse the manuals online at http://www.PostgreSQL.org/docs.
http://www.ca.PostgreSQL.org/users-lounge/docs/.
There are two PostgreSQL books available online at
There are two PostgreSQL books available online at
http://www.PostgreSQL.org/docs/awbook.html and
http://www.PostgreSQL.org/docs/awbook.html and
...
@@ -1060,8 +1061,9 @@ CREATE TABLE test (x int, modtime timestamp DEFAULT CURRENT_TIMESTAMP );
...
@@ -1060,8 +1061,9 @@ CREATE TABLE test (x int, modtime timestamp DEFAULT CURRENT_TIMESTAMP );
4.25) How do I return multiple rows or columns from a function?
4.25) How do I return multiple rows or columns from a function?
You can return result sets from PL/pgSQL functions using refcursors.
You can return result sets from PL/pgSQL functions using refcursors.
See http://www.PostgreSQL.org/idocs/index.php?plpgsql-cursors.html,
See
section 23.7.3.3.
http://www.PostgreSQL.org/docs/view.php?version=current&idoc=1&file=pl
pgsql-cursors.html, section 23.7.3.3.
4.26) Why can't I reliably create/drop temporary tables in PL/PgSQL
4.26) Why can't I reliably create/drop temporary tables in PL/PgSQL
functions?
functions?
...
...
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