home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / pgsql702.zip / read.me < prev    next >
Text File  |  2000-08-18  |  4KB  |  125 lines

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