Thread
-
PostgreSQL documentation buglet
Göran Uddeborg <goeran@uddeborg.pp.se> — 1999-03-16T10:19:52Z
============================================================================ POSTGRESQL BUG REPORT TEMPLATE ============================================================================ Your name : Göran Uddeborg Your email address : goeran@uddeborg.pp.se System Configuration --------------------- Architecture (example: Intel Pentium) : i386 (AMD K6) Operating System (example: Linux 2.0.26 ELF) : Linux 2.0.35 PostgreSQL version (example: PostgreSQL-6.3.2) : PostgreSQL-6.3.2 Compiler used (example: gcc 2.7.2) : Please enter a FULL description of your problem: ------------------------------------------------ In the documentation, in "I Tutorial", "Chapter 3 Getting Started", "Setting Up Your Environment", there is the Bourne shell example: % PATH=/usr/local/pgsql/bin PATH % export PATH There should be a colon rather than a space between "bin" and "PATH" on the first of these lines. Please describe a way to repeat the problem. Please try to provide a concise reproducible example, if at all possible: ---------------------------------------------------------------------- If you know how this problem might be fixed, list the solution below: --------------------------------------------------------------------- Should be obvious, I believe. :-)