From: Göran Uddeborg <goeran(at)uddeborg(dot)pp(dot)se>
To: pgsql-bugs(at)postgresql(dot)org
Subject:
Date: 1999-07-02 22:18:56
Message-ID: 199907022218.AAA15332@uddeborg.pp.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================

Your name : Göran Uddeborg
Your email address : goeran(at)uddeborg(dot)pp(dot)se

System Configuration
---------------------
Architecture (example: Intel Pentium) : AMD K6

Operating System (example: Linux 2.0.26 ELF) : Linux 2.2.5

PostgreSQL version (example: PostgreSQL-6.4.2) : PostgreSQL-6.4.2

Compiler used (example: gcc 2.8.0) : egcs 1.1.2

Please enter a FULL description of your problem:
------------------------------------------------
In the documentation directory "postgres", the file arch.htm refers to
a picture clientserver.gif, but the picture isn't included in the
directory.

Please describe a way to repeat the problem. Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------
Look at the file arch.htm in an unpacked postgres directory. The
picture isn't shown.

If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------
Should be simple enough. I don't have "jade" to verify this, but a
simple fix like this can't be wrong! :-)

*** Makefile.old Fri Jul 2 22:30:16 1999
--- Makefile Fri Jul 2 22:30:22 1999
***************
*** 53,59 ****
postgres.tar:
$(MAKE) -C sgml clean
$(MAKE) -C sgml postgres.html
! (cd sgml; $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm -C ../graphics catalogs.gif connections.gif layout.gif)

programmer.tar:
$(MAKE) -C sgml clean
--- 53,59 ----
postgres.tar:
$(MAKE) -C sgml clean
$(MAKE) -C sgml postgres.html
! (cd sgml; $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm -C ../graphics catalogs.gif clientserver.gif connections.gif layout.gif)

programmer.tar:
$(MAKE) -C sgml clean

Browse pgsql-bugs by date

  From Date Subject
Next Message B. Prashanth 1999-07-03 06:37:28 Returned mail: User unknown (fwd)
Previous Message Bruce Momjian 1999-07-02 18:06:31 Re: [BUGS] General Bug Report: TEMP TABLES becomes permanent CATALOG TABLES