home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / pgsql713.zip / read.me < prev    next >
Text File  |  2001-12-17  |  4KB  |  128 lines

  1.  
  2.                       Postgres SQL Server V7.1.3 - READ.ME
  3.                             ------------------------
  4.  
  5. Welcome to Postgres SQL Server Multiuser Edition.
  6.  
  7. This file contains information you need to install Postgres SQL Server,
  8. and additional information not included in the product documentation.
  9.  
  10. This README file is divided into the following categories:
  11.    -  Before You Install Postgres SQL Server
  12.        -Software Requirements
  13.        -Hardware Requirements
  14.    -  Getting Help
  15.    -  Installing Postgres SQL Server
  16.    -  Late-Breaking News
  17.    -  Trademarks
  18.    -  Your Satisfaction
  19.  
  20.  
  21. Before You Install Postgres SQL Server Multiuser Edition
  22. ---------------------------------
  23.    Software Requirements
  24.    ---------------------
  25.         OS/2 WARP 3.0/4.0
  26.         EMX runtime v0.9d
  27.         Recent TCP/IP software installed or loopback driver
  28.         Recent MPTN
  29.  
  30.    Hardware Requirements
  31.    ---------------------
  32.         486 processor or Pentium
  33.         4MB RAM
  34.        14MB DASD Engine
  35.        16MB DASD or more DB Data
  36.         Plese read a Postgres documentation for other info.
  37.  
  38. Getting Help
  39. ------------
  40.    Documentation
  41.    Service and Technical Support
  42.    Defect Reporting
  43.  
  44.  
  45. Installing Postgres SQL Server Multiuser Edition
  46. -------------------------
  47.    Create a \TMP directory and add in CONFIG.SYS this line:
  48.    SET TMP=C:\TMP
  49.    SET TEMP=C:\TMP
  50.    SET TMPDIR=C:\TMP
  51.  
  52.    Go in \PGSQL\BIN and initialize the database system with the command:
  53.  
  54.    [C:\pgsql\bin]initdb.cmd
  55.  
  56.    After, fire up the Postgres SQL server with the command:
  57.  
  58.    [C:\pgsql\bin]server.cmd (you can use -i switch for inet connection)
  59.  
  60.    or click the server icon in the Postgres folder located on desktop
  61.  
  62.    Remember: the superuser is: postgres
  63.              the password is:  postgres
  64.              the group is:     postgres
  65.              the fix level of emx09d included is 04
  66.  
  67.    The password and group files are located in \pgsql\etc directory.
  68.    The default for data directory is: \PGSQLDATA
  69.    if you want change this directory, edit the file setenv.cmd located
  70.    in the \pgsql\bin directory, and change the variable PGDATA
  71.  
  72.    For example:
  73.                current: SET PGDATA = /pgsqldata
  74.                new:     set PGDATA = /SQLDATA
  75.  
  76.  
  77. Late-Breaking News
  78. ------------------
  79. The latest source version of this software may be obtained at
  80. ftp://ftp.postgresql.org/pub/.  For more information look at our WWW
  81. home page located at http://www.postgreSQL.org/.
  82.  
  83. OS/2 porting home page at http://venuto.monrif.net
  84.  
  85.  
  86. Trademarks
  87. ----------
  88. PostgreSQL Data Base Management System (formerly known as Postgres, then
  89. as Postgres95).
  90.  
  91. Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
  92.  
  93. Portions Copyright (c) 1994 Regents of the University of California
  94.  
  95. Permission to use, copy, modify, and distribute this software and its
  96. documentation for any purpose, without fee, and without a written agreement
  97. is hereby granted, provided that the above copyright notice and this
  98. paragraph and the following two paragraphs appear in all copies.
  99.  
  100. IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY FOR
  101. DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING
  102. LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS
  103. DOCUMENTATION, EVEN IF THE UNIVERSITY OF CALIFORNIA HAS BEEN ADVISED OF THE
  104. POSSIBILITY OF SUCH DAMAGE.
  105.  
  106. THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  107. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  108. AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
  109. ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO
  110. PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  111.  
  112.  
  113. Your Satisfaction
  114. -----------------
  115. Your satisfaction with me is important to us.  If you are not totally
  116. satisfied with this product, please contact us at venuto@monrif.net.
  117.  
  118. Tell us what is not meeting your expectations and why you are
  119. dissatisfied.  Provide your name, your organizations's name, and
  120. your telephone number so that we can contact you.  We will work with
  121. you to resolve your concerns.
  122.  
  123. To contact us, use any of these:
  124.         o Telephone in the Italy: +39-0335-6059667
  125.         o Fax in the Italy: +39-0828-397244
  126.         o Internet: venuto@monrif.net
  127.  
  128.