Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id 491086328CC for ; Sat, 12 Jun 2010 14:15:20 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.251]) (amavisd-maia, port 10024) with ESMTP id 58938-04 for ; Sat, 12 Jun 2010 17:15:13 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mail.postgresql.org (Postfix) with ESMTP id 32DA36326E4 for ; Sat, 12 Jun 2010 14:15:12 -0300 (ADT) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1ONUIY-0005El-Kv for pgsql-general@postgresql.org; Sat, 12 Jun 2010 19:15:10 +0200 Received: from e177127091.adsl.alicedsl.de ([85.177.127.91]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Jun 2010 19:15:10 +0200 Received: from tim by e177127091.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Jun 2010 19:15:10 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: pgsql-general@postgresql.org To: pgsql-general@postgresql.org connect(): No such file or directory From: Tim Landscheidt Subject: Re: Cognitive dissonance Date: Sat, 12 Jun 2010 17:15:01 +0000 Organization: Lines: 14 Message-ID: References: <1276357344.10097.9.camel@vanquo.pezone.net> <201006121601.o5CG1wL21141@momjian.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: e177127091.adsl.alicedsl.de Mail-Copies-To: never User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Cancel-Lock: sha1:z/D5YUjkDxNMC6ECpGGKKJoqPIM= X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.91 tagged_above=-5 required=5 tests=BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201006/549 X-Sequence-Number: 164086 Bruce Momjian wrote: > [...] > + # single-page text > + postgres.txt: postgres.html > + $(LYNX) -force_html -dump -nolist -stdin $< > $@ ^^^^^^ > + > [...] Isn't that unnecessary/wrong as the filename is supplied on the command line? Tim