File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -600,13 +600,13 @@ What Now?
600
600
601
601
* The Tutorial should be your first reading if you are completely new to
602
602
SQL databases. It should have been installed at
603
- /usr/local/pgsql/doc/tutorial/index.html unless you changed the
603
+ /usr/local/pgsql/doc/html/tutorial.htm unless you changed the
604
604
installation directories.
605
605
606
606
* If you are familiar with database concepts then you want to proceed
607
607
with the Administrator's Guide, which contains information about how to
608
608
set up the database server, database users, and authentication. It can
609
- be found at /usr/local/pgsql/doc/admin/index.html .
609
+ be found at /usr/local/pgsql/doc/html/admin.htm .
610
610
611
611
* Usually, you will want to modify your computer so that it will
612
612
automatically start the database server whenever it boots. Some
Original file line number Diff line number Diff line change 1
- <!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.33 2000/12/22 18:57:49 petere Exp $ -->
1
+ <!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.34 2001/01/15 21:17:27 petere Exp $ -->
2
2
3
3
<chapter id="installation">
4
4
<title><![%flattext-install-include[<productname>PostgreSQL</>]]> Installation Instructions</title>
@@ -1030,7 +1030,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
1030
1030
The <citetitle>Tutorial</> should be your first reading if you
1031
1031
are completely new to <acronym>SQL</> databases. It should have
1032
1032
been installed at
1033
- <filename>/usr/local/pgsql/doc/tutorial/index.html </> unless you
1033
+ <filename>/usr/local/pgsql/doc/html/tutorial.htm </> unless you
1034
1034
changed the installation directories.
1035
1035
</para>
1036
1036
</listitem>
@@ -1041,7 +1041,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid`
1041
1041
proceed with the <citetitle>Administrator's Guide</citetitle>,
1042
1042
which contains information about how to set up the database
1043
1043
server, database users, and authentication. It can be found at
1044
- <filename>/usr/local/pgsql/doc/admin/index.html </>.
1044
+ <filename>/usr/local/pgsql/doc/html/admin.htm </>.
1045
1045
</para>
1046
1046
</listitem>
1047
1047
You can’t perform that action at this time.
0 commit comments