Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit54b9a96

Browse files
committed
Update FAQ URLs as suggested by Curtis Gallant.
1 parent1fc2fbe commit54b9a96

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

‎doc/FAQ

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated:Fri Apr 2510:34:17 EDT 2008
4+
Last updated:Wed Jun 2523:02:18 EDT 2008
55

66
Current maintainer: Bruce Momjian (bruce@momjian.us)
77

@@ -164,12 +164,13 @@
164164

165165
PostgreSQL also runs natively on Microsoft Windows NT-based operating
166166
systems like Win2000 SP4, WinXP, and Win2003. A prepackaged installer
167-
is available at http://pgfoundry.org/projects/pginstaller. MSDOS-based
168-
versions of Windows (Win95, Win98, WinMe) can run PostgreSQL using
169-
Cygwin.
167+
is available at http://www.postgresql.org/download/windows.
168+
MSDOS-basedversions of Windows (Win95, Win98, WinMe) can run
169+
PostgreSQL usingCygwin.
170170

171-
There is also a Novell Netware 6 port at http://forge.novell.com, and
172-
an OS/2 (eComStation) version at
171+
There is also a Novell Netware 6 port at
172+
http://developer.novell.com/wiki/index.php/Postgresql, and an OS/2
173+
(eComStation) version at
173174
http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&button=Search&key=postgre
174175
SQL&stype=all&sort=type&dir=%2F.
175176

@@ -391,7 +392,7 @@
391392

392393
There are a large number of GUI Tools that are available for
393394
PostgreSQL from both commercial and open source developers. A detailed
394-
list can be found in the PostgreSQLCommunity Documentation
395+
list can be found in theCommunity Guide toPostgreSQLGUI Tools.
395396
_________________________________________________________________
396397

397398
Administrative Questions
@@ -818,7 +819,8 @@
818819
4.18) How do I return multiple rows or columns from a function?
819820

820821
It is easy using set-returning functions,
821-
http://www.postgresql.org/docs/techdocs.17.
822+
http://wiki.postgresql.org/wiki/Return_more_than_one_row_of_data_from_
823+
PL/pgSQL_functions.
822824

823825
4.19) Why do I get "relation with OID ##### does not exist" errors when
824826
accessing temporary tables in PL/PgSQL functions?

‎doc/src/FAQ/FAQ.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
alink="#0000ff">
1111
<H1>Frequently Asked Questions (FAQ) for PostgreSQL</H1>
1212

13-
<P>Last updated:Fri Apr 2510:34:17 EDT 2008</P>
13+
<P>Last updated:Wed Jun 2523:02:18 EDT 2008</P>
1414

1515
<P>Current maintainer: Bruce Momjian (<Ahref=
1616
"mailto:bruce@momjian.us">bruce@momjian.us</A>)
@@ -210,12 +210,12 @@ <H3 id="item1.4">1.4) What platforms does PostgreSQL support?</H3>
210210

211211
<P>PostgreSQL also runs natively on Microsoft Windows NT-based operating
212212
systems like Win2000 SP4, WinXP, and Win2003. A prepackaged installer is
213-
available at<ahref= "http://pgfoundry.org/projects/pginstaller">
214-
http://pgfoundry.org/projects/pginstaller</a>. MSDOS-based versions
213+
available at<ahref= "http://www.postgresql.org/download/windows">
214+
http://www.postgresql.org/download/windows</a>. MSDOS-based versions
215215
of Windows (Win95, Win98, WinMe) can run PostgreSQL using Cygwin.</P>
216216

217217
<p>There is also a Novell Netware 6 port at
218-
<ahref="http://forge.novell.com">http://forge.novell.com</a>,
218+
<ahref="http://developer.novell.com/wiki/index.php/Postgresql">http://developer.novell.com/wiki/index.php/Postgresql</a>,
219219
and an OS/2 (eComStation) version at<ahref=
220220
"http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&amp;button=Search&amp;key=postgreSQL&amp;stype=all&amp;sort=type&amp;dir=%2F">
221221
http://hobbes.nmsu.edu/cgi-bin/h-search?sh=1&amp;button=Search&amp;key=postgreSQL&amp;stype=all&amp;sort=type&amp;dir=%2F</a>.</p>
@@ -514,8 +514,8 @@ <H3 id="item2.3">2.3) Does PostgreSQL have a graphical user
514514

515515
<P>There are a large number of GUI Tools that are available for PostgreSQL
516516
from both commercial and open source developers. A detailed list can be
517-
found in the<Ahref="http://www.postgresql.org/docs/techdocs.54">
518-
PostgreSQLCommunity Documentation</A></P>
517+
found in the<Ahref="http://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools">
518+
Community Guide toPostgreSQLGUI Tools</A>.</P>
519519

520520
<HR>
521521

@@ -1072,8 +1072,8 @@ <H3 id="item4.18">4.18) How do I return multiple rows or
10721072
columns from a function?</H3>
10731073

10741074
<P>It is easy using set-returning functions,
1075-
<ahref="http://www.postgresql.org/docs/techdocs.17">
1076-
http://www.postgresql.org/docs/techdocs.17</a>.</P>
1075+
<ahref="http://wiki.postgresql.org/wiki/Return_more_than_one_row_of_data_from_PL/pgSQL_functions">
1076+
http://wiki.postgresql.org/wiki/Return_more_than_one_row_of_data_from_PL/pgSQL_functions</a>.</P>
10771077

10781078
<H3id="item4.19">4.19) Why do I get "relation with OID #####
10791079
does not exist" errors when accessing temporary tables in PL/PgSQL

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp