diff options
author | Magnus Hagander <magnus@hagander.net> | 2013-04-10 21:37:49 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2013-04-10 21:39:45 +0200 |
commit | e3a7675e671803345f20c826a5807f57f599e0a1 (patch) | |
tree | 074f4ec4f8ed363c561c97040b486dc5f31febd7 | |
parent | 9d695fc7db91d3d9fb9d58d491c31b58e9bdcdfa (diff) |
Update the description for the graphical installers
Remove references to "one click", as we're not supposed to call
them that anymore.
-rw-r--r-- | doc/src/sgml/install-windows.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/pgupgrade.sgml | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 3e000259bd7..dd0237ba643 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -10,7 +10,7 @@ <para> It is recommended that most users download the binary distribution for - Windows, available as a one-click installer package + Windows, available as a graphical installer package from the <productname>PostgreSQL</productname> website. Building from source is only intended for people developing <productname>PostgreSQL</productname> or extensions. diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index 8bf3050fbe5..03e0071ad9d 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -199,7 +199,7 @@ <para> If you are using a version-specific installation directory, e.g. <filename>/opt/PostgreSQL/9.1</>, you do not need to move the old cluster. The - one-click installers all use version-specific installation directories. + graphical installers all use version-specific installation directories. </para> <para> @@ -616,10 +616,10 @@ psql --username postgres --file script.sql postgres <para> For Windows users, note that due to different integer datetimes settings - used by the one-click installer and the MSI installer, it is only - possible to upgrade from version 8.3 of the one-click distribution to - version 8.4 or later of the one-click distribution. It is not - possible to upgrade from the MSI installer to the one-click installer. + used by the graphical installer and the MSI installer, it is only + possible to upgrade from version 8.3 of the installer distribution to + version 8.4 or later of the installer distribution. It is not + possible to upgrade from the MSI installer to the new graphical installer. </para> </refsect2> |