X-Original-To: pgsql-general-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by svr1.postgresql.org (Postfix) with ESMTP id 41B6BDA087 for ; Tue, 4 Oct 2005 16:47:00 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 52585-07 for ; Tue, 4 Oct 2005 19:46:54 +0000 (GMT) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.205]) by svr1.postgresql.org (Postfix) with ESMTP id E460CDA065 for ; Tue, 4 Oct 2005 16:46:52 -0300 (ADT) Received: by qproxy.gmail.com with SMTP id z1so140926qbc for ; Tue, 04 Oct 2005 12:46:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=D7gjIkkm5g08/dURhtvKJi6fkFoeYGPMuALbgSr0otUmycIRxy1hu1zrc7M1ZRwosfeKx96kjs27bBs+VH67iyKcqvCj9XK2r3bBdgpzIp6mn5yRTZZXQKMmujGpnFOwwhdde9bISKpLB3lqkTouZN9OQaZizc1ftzJdQXkAz0I= Received: by 10.64.193.5 with SMTP id q5mr450808qbf; Tue, 04 Oct 2005 12:46:53 -0700 (PDT) Received: by 10.65.38.3 with HTTP; Tue, 4 Oct 2005 12:46:53 -0700 (PDT) Message-ID: Date: Tue, 4 Oct 2005 15:46:53 -0400 From: Jeff MacDonald Reply-To: Jeff MacDonald To: pgsql-general@postgresql.org Subject: a bug, the bugs list, and how to break the website search. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, hits=1.856 required=5 tests=[RCVD_BY_IP=0.024, RCVD_IN_BL_SPAMCOP_NET=1.832] X-Spam-Level: * X-Archive-Number: 200510/125 X-Sequence-Number: 84354 Hi, I very rarely have reason to post to this list so I was reluctant to sign up for such heavy traffic, but I have a few things to bring up and they're all 'general' 1: Go to the website and type in "now()" into the search box, it will break Error in query: Unmatched parenthesis 2: On the support page beside pgsql-bugs, it tells us to post in the bug reporting form, AND signup for 2 mailing lists. I can't possibly see how this would encourage anyone to want to report a bug if they have to jump thru these hoops. Just my 2 cents. 3: An actual but that I'll repeat here even tho I've already posted it as bug # 1938 Lets say i have a table with a row that looks something like this.. articleposted timestamp default now(), And yesterday afternoon I did a dump/restore. Now my table reads article posted | timestamp with time zone | default '2005-10-03 17:14:25.581388-04'::timestamp with time zone Which means it's interpreting the now() instead of just copying it. Kind of a pain when I just restored 75 databases with many many "default now()'s" as you can imagine. Thanks in advance. -- Jeff MacDonald http://www.halifaxbudolife.ca http://www.nintai.ca