Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 32f9b86

Browse files
committed
Update FAQ.
1 parent 709392b commit 32f9b86

File tree

2 files changed

+40
-43
lines changed

2 files changed

+40
-43
lines changed

doc/FAQ

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

88
The most recent version of this document can be viewed at the
9-
postgreSQL Web site, http://www.PostgreSQL.org.
9+
PostgreSQL Web site, http://www.PostgreSQL.org.
1010

1111
Linux-specific questions are answered in
1212
http://www.PostgreSQL.org/docs/faq-linux.html.
@@ -15,7 +15,7 @@
1515
http://www.PostgreSQL.org/docs/faq-hpux.html.
1616

1717
Solaris-specific questions are answered in
18-
http://www.postgresql.org/docs/faq-solaris.html.
18+
http://www.PostgreSQL.org/docs/faq-solaris.html.
1919

2020
Irix-specific questions are answered in
2121
http://www.PostgreSQL.org/docs/faq-irix.html.
@@ -130,7 +130,7 @@
130130
PostgreSQL development is being performed by a team of Internet
131131
developers who all subscribe to the PostgreSQL development mailing
132132
list. The current coordinator is Marc G. Fournier
133-
(scrappy@postgreSQL.org). (See below on how to join). This team is now
133+
(scrappy@PostgreSQL.org). (See below on how to join). This team is now
134134
responsible for all current and future development of PostgreSQL.
135135

136136
The authors of PostgreSQL 1.01 were Andrew Yu and Jolly Chen. Many
@@ -210,40 +210,38 @@
210210
1.5) Where can I get PostgreSQL?
211211

212212
The primary anonymous ftp site for PostgreSQL is
213-
ftp://ftp.postgreSQL.org/pub
214-
215-
For mirror sites, see our main web site.
213+
ftp://ftp.PostgreSQL.org/pub. For mirror sites, see our main web site.
216214

217215
1.6) Where can I get support for PostgreSQL?
218216

219217
There is no official support for PostgreSQL from the University of
220218
California, Berkeley. It is maintained through volunteer effort.
221219

222-
The main mailing list is: pgsql-general@postgreSQL.org. It is
220+
The main mailing list is: pgsql-general@PostgreSQL.org. It is
223221
available for discussion of matters pertaining to PostgreSQL. To
224222
subscribe, send a mail with the lines in the body (not the subject
225223
line)
226224
subscribe
227225
end
228226

229-
to pgsql-general-request@postgreSQL.org.
227+
to pgsql-general-request@PostgreSQL.org.
230228

231229
There is also a digest list available. To subscribe to this list, send
232-
email to: pgsql-general-digest-request@postgreSQL.org with a body of:
230+
email to: pgsql-general-digest-request@PostgreSQL.org with a body of:
233231
subscribe
234232
end
235233

236234
Digests are sent out to members of this list whenever the main list
237235
has received around 30k of messages.
238236

239237
The bugs mailing list is available. To subscribe to this list, send
240-
email to bugs-request@postgreSQL.org with a body of:
238+
email to bugs-request@PostgreSQL.org with a body of:
241239

242240
subscribe
243241
end
244242

245243
There is also a developers discussion mailing list available. To
246-
subscribe to this list, send email to hackers-request@postgreSQL.org
244+
subscribe to this list, send email to hackers-request@PostgreSQL.org
247245
with a body of:
248246

249247
subscribe
@@ -252,7 +250,7 @@
252250
Additional mailing lists and information about PostgreSQL can be found
253251
via the PostgreSQL WWW home page at:
254252

255-
http://www.postgreSQL.org
253+
http://www.PostgreSQL.org
256254

257255
There is also an IRC channel on EFNet, channel #PostgreSQL. I use the
258256
unix command irc -c '#PostgreSQL' "$USER" irc.phoenix.net.
@@ -270,11 +268,11 @@
270268

271269
Several manuals, manual pages, and some small test examples are
272270
included in the distribution. See the /doc directory. You can also
273-
browse the manual on-line at http://www.postgresql.org/docs/postgres.
271+
browse the manual on-line at http://www.PostgreSQL.org/docs/postgres.
274272
in the distribution.
275273

276274
There is a PostgreSQL book availiable at
277-
http://www.postgresql.org/docs/awbook.html
275+
http://www.PostgreSQL.org/docs/awbook.html
278276

279277
psql has some nice \d commands to show information about types,
280278
operators, functions, aggregates, etc.
@@ -288,7 +286,7 @@
288286

289287
1.10) How can I learn SQL?
290288

291-
The PostgreSQL book at http://www.postgresql.org/docs/awbook.html
289+
The PostgreSQL book at http://www.PostgreSQL.org/docs/awbook.html
292290
teaches SQL. There is a nice tutorial at
293291
http://w3.one.net/~jhoffman/sqltut.htm and at
294292
http://ourworld.compuserve.com/homepages/graeme_birchall/HTM_COOK.HTM.
@@ -319,9 +317,9 @@
319317

320318
1.13) How do I submit a bug report?
321319

322-
Fill out the "bug-template" file and send it to: bugs@postgreSQL.org
320+
Fill out the "bug-template" file and send it to: bugs@PostgreSQL.org
323321

324-
Also check out our ftp site ftp://ftp.postgreSQL.org/pub to see if
322+
Also check out our ftp site ftp://ftp.PostgreSQL.org/pub to see if
325323
there is a more recent PostgreSQL version or patches.
326324

327325
1.14) How does PostgreSQL compare to other DBMS's?
@@ -395,7 +393,7 @@
395393
There are two ODBC drivers available, PsqlODBC and OpenLink ODBC.
396394

397395
PsqlODBC is included in the distribution. More information about it
398-
can be gotten from: ftp://ftp.postgresql.org/pub/odbc/index.html
396+
can be gotten from: ftp://ftp.PostgreSQL.org/pub/odbc/index.html
399397

400398
OpenLink ODBC can be gotten from http://www.openlinksw.com. It works
401399
with their standard ODBC client software so you'll have PostgreSQL

doc/src/FAQ/FAQ.html

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <H1>
1212
Current maintainer: Bruce Momjian (<A
1313
HREF="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR><P>
1414

15-
The most recent version of this document can be viewed at the postgreSQL
15+
The most recent version of this document can be viewed at the PostgreSQL
1616
Web site, <A HREF="http://www.Postgresql.org">http://www.PostgreSQL.org</A>.<P>
1717

1818
Linux-specific questions are answered in <A
@@ -22,7 +22,7 @@ <H1>
2222
HREF="http://www.PostgreSQL.org/docs/faq-hpux.html">http://www.PostgreSQL.org/docs/faq-hpux.html</A>.<P>
2323

2424
Solaris-specific questions are answered in <A
25-
HREF="http://www.postgresql.org/docs/faq-solaris.html">http://www.postgresql.org/docs/faq-solaris.html</A>.<P>
25+
HREF="http://www.PostgreSQL.org/docs/faq-solaris.html">http://www.PostgreSQL.org/docs/faq-solaris.html</A>.<P>
2626

2727
Irix-specific questions are answered in <A
2828
HREF="http://www.PostgreSQL.org/docs/faq-irix.html">http://www.PostgreSQL.org/docs/faq-irix.html</A>.<P>
@@ -170,7 +170,7 @@ <H4><A
170170
PostgreSQL development is being performed by a team of Internet
171171
developers who all subscribe to the PostgreSQL development mailing list.
172172
The current coordinator is Marc G. Fournier (<A
173-
HREF="mailto:scrappy@postgreSQL.org">scrappy@postgreSQL.org</A>). (See
173+
HREF="mailto:scrappy@PostgreSQL.org">scrappy@PostgreSQL.org</A>). (See
174174
below on how to join). This team is now responsible for all current and
175175
future development of PostgreSQL.<P>
176176

@@ -265,8 +265,7 @@ <H4><A NAME="1.4">1.4</A>) What non-unix ports are available?</H4><P>
265265
<H4><A NAME="1.5">1.5</A>) Where can I get PostgreSQL?</H4><P>
266266
The primary anonymous ftp site for PostgreSQL is
267267
<A
268-
HREF="ftp://ftp.postgreSQL.org/pub">ftp://ftp.postgreSQL.org/pub</A>
269-
<P>
268+
HREF="ftp://ftp.PostgreSQL.org/pub">ftp://ftp.PostgreSQL.org/pub</A>.
270269
For mirror sites, see our main web site.
271270

272271
<H4><A NAME="1.6">1.6</A>) Where can I get support for PostgreSQL?</H4><P>
@@ -275,7 +274,7 @@ <H4><A NAME="1.6">1.6</A>) Where can I get support for PostgreSQL?</H4><P>
275274
California, Berkeley. It is maintained through volunteer effort.<P>
276275

277276
The main mailing list is: <A
278-
HREF="mailto:pgsql-general@postgreSQL.org">pgsql-general@postgreSQL.org</A>.
277+
HREF="mailto:pgsql-general@PostgreSQL.org">pgsql-general@PostgreSQL.org</A>.
279278
It is available for discussion of matters pertaining to PostgreSQL.
280279
To subscribe, send a mail with the lines in the body (not
281280
the subject line)
@@ -286,11 +285,11 @@ <H4><A NAME="1.6">1.6</A>) Where can I get support for PostgreSQL?</H4><P>
286285
</PRE><P>
287286

288287
to <A
289-
HREF="mailto:pgsql-general-request@postgreSQL.org">pgsql-general-request@postgreSQL.org</A>.<P>
288+
HREF="mailto:pgsql-general-request@PostgreSQL.org">pgsql-general-request@PostgreSQL.org</A>.<P>
290289

291290
There is also a digest list available. To subscribe to this list, send
292-
email to: <A HREF="mailto:pgsql-general-digest-request@postgreSQL.org">
293-
pgsql-general-digest-request@postgreSQL.org</A> with a body of:
291+
email to: <A HREF="mailto:pgsql-general-digest-request@PostgreSQL.org">
292+
pgsql-general-digest-request@PostgreSQL.org</A> with a body of:
294293

295294
<PRE>
296295
subscribe
@@ -302,7 +301,7 @@ <H4><A NAME="1.6">1.6</A>) Where can I get support for PostgreSQL?</H4><P>
302301

303302
The bugs mailing list is available. To subscribe to this list, send email
304303
to <A
305-
HREF="mailto:bugs-request@postgreSQL.org">bugs-request@postgreSQL.org</A>
304+
HREF="mailto:bugs-request@PostgreSQL.org">bugs-request@PostgreSQL.org</A>
306305
with a body of:<P>
307306

308307
<PRE>
@@ -312,7 +311,7 @@ <H4><A NAME="1.6">1.6</A>) Where can I get support for PostgreSQL?</H4><P>
312311

313312
There is also a developers discussion mailing list available. To
314313
subscribe to this list, send email to <A
315-
HREF="mailto:hackers-request@postgreSQL.org">hackers-request@postgreSQL.org</A>
314+
HREF="mailto:hackers-request@PostgreSQL.org">hackers-request@PostgreSQL.org</A>
316315
with a body of:<P>
317316

318317
<PRE>
@@ -324,7 +323,7 @@ <H4><A NAME="1.6">1.6</A>) Where can I get support for PostgreSQL?</H4><P>
324323
via the PostgreSQL WWW home page at:
325324

326325
<BLOCKQUOTE>
327-
<A HREF="http://www.postgreSQL.org">http://www.postgreSQL.org</A>
326+
<A HREF="http://www.PostgreSQL.org">http://www.PostgreSQL.org</A>
328327
</BLOCKQUOTE><P>
329328

330329
There is also an IRC channel on EFNet, channel #PostgreSQL.
@@ -347,14 +346,14 @@ <H4><A NAME="1.8">1.8</A>) What documentation is available for PostgreSQL?</H4><
347346
Several manuals, manual pages, and some small test examples are
348347
included in the distribution. See the /doc directory. You can also
349348
browse the manual on-line at <A
350-
HREF="http://www.postgresql.org/docs/postgres">
351-
http://www.postgresql.org/docs/postgres.</A>
349+
HREF="http://www.PostgreSQL.org/docs/postgres">
350+
http://www.PostgreSQL.org/docs/postgres.</A>
352351
in the distribution.
353352
<P>
354353

355354
There is a PostgreSQL book availiable at <A
356-
HREF="http://www.postgresql.org/docs/awbook.html">
357-
http://www.postgresql.org/docs/awbook.html</A><P>
355+
HREF="http://www.PostgreSQL.org/docs/awbook.html">
356+
http://www.PostgreSQL.org/docs/awbook.html</A><P>
358357

359358
<I>psql</I> has some nice \d commands to show information about types,
360359
operators, functions, aggregates, etc.<P>
@@ -365,14 +364,14 @@ <H4><A NAME="1.9">1.9</A>) How do I find out about known bugs or missing feature
365364
</H4><P>
366365

367366
PostgreSQL supports an extended subset of SQL-92. See our
368-
<A HREF="http://www.postgreSQL.org/docs/todo.html">
367+
<A HREF="http://www.PostgreSQL.org/docs/todo.html">
369368
TODO</A> for a list of known bugs, missing features, and future plans.<P>
370369

371370
<H4><A NAME="1.10">1.10</A>) How can I learn SQL?</H4><P>
372371

373372
The PostgreSQL book at <A
374-
HREF="http://www.postgresql.org/docs/awbook.html">
375-
http://www.postgresql.org/docs/awbook.html</A> teaches SQL.
373+
HREF="http://www.PostgreSQL.org/docs/awbook.html">
374+
http://www.PostgreSQL.org/docs/awbook.html</A> teaches SQL.
376375

377376
There is a nice tutorial at <A
378377
HREF="http://w3.one.net/~jhoffman/sqltut.htm">
@@ -410,10 +409,10 @@ <H4><A NAME="1.12">1.12</A>) How do I join the development team?</H4><P>
410409
<H4><A NAME="1.13">1.13</A>) How do I submit a bug report?</H4><P>
411410

412411
Fill out the "bug-template" file and send it to: <A
413-
HREF="mailto:bugs@postgreSQL.org">bugs@postgreSQL.org</A><P>
412+
HREF="mailto:bugs@PostgreSQL.org">bugs@PostgreSQL.org</A><P>
414413

415414
Also check out our ftp site <A
416-
HREF="ftp://ftp.postgreSQL.org/pub">ftp://ftp.postgreSQL.org/pub</A> to
415+
HREF="ftp://ftp.PostgreSQL.org/pub">ftp://ftp.PostgreSQL.org/pub</A> to
417416
see if there is a more recent PostgreSQL version or patches.<P>
418417

419418

@@ -503,8 +502,8 @@ <H4><A NAME="2.1">2.1</A>) Are there ODBC drivers for PostgreSQL?</H4><P>
503502
There are two ODBC drivers available, PsqlODBC and OpenLink ODBC.<P>
504503

505504
PsqlODBC is included in the distribution. More information about it can
506-
be gotten from: <A HREF="ftp://ftp.postgresql.org/pub/odbc/index.html">
507-
ftp://ftp.postgresql.org/pub/odbc/index.html</A><P>
505+
be gotten from: <A HREF="ftp://ftp.PostgreSQL.org/pub/odbc/index.html">
506+
ftp://ftp.PostgreSQL.org/pub/odbc/index.html</A><P>
508507

509508
OpenLink ODBC can be gotten from <A HREF="http://www.openlinksw.com/">
510509
http://www.openlinksw.com</A>. It works with their standard ODBC client
@@ -516,7 +515,7 @@ <H4><A NAME="2.1">2.1</A>) Are there ODBC drivers for PostgreSQL?</H4><P>
516515
available. Questions to <A
517516
HREF="mailto:postgres95@openlink.co.uk">postgres95@openlink.co.uk</A>.<P>
518517

519-
See also the <A HREF="http://www.postgresql.org/docs/programmer/odbc.htm">
518+
See also the <A HREF="http://www.PostgreSQL.org/docs/programmer/odbc.htm">
520519
ODBC chapter of the Programmer's Guide</A>.<P>
521520

522521

@@ -1050,7 +1049,7 @@ <H4><A NAME="4.16.1">4.16.1</A>) How do I create a
10501049
you need to dump and reload the database, you need to use <I>pg_dump's -o</I>
10511050
option or <SMALL>COPY WITH OIDS</SMALL> option to preserve the oids.<P>
10521051

1053-
<A HREF="http://www.postgresql.org/docs/aw_pgsql_book">Numbering Rows.</A>
1052+
<A HREF="http://www.PostgreSQL.org/docs/aw_pgsql_book">Numbering Rows.</A>
10541053

10551054
<H4><A NAME="4.16.2">4.16.2</A>) How do I get the back the generated SERIAL value after an insert?</H4><P>
10561055
Probably the simplest approach is to to retrieve the next SERIAL value from the sequence object with the <I>nextval()</I> function <I>before</I> inserting and then insert it explicitly. Using the example table in <A HREF="#4.16.1">4.16.1</A>, that might look like this:

0 commit comments

Comments
 (0)