Re: a bug, the bugs list, and how to break the website search. - Mailing list pgsql-general

From Tom Lane
Subject Re: a bug, the bugs list, and how to break the website search.
Date
Msg-id 11895.1128467413@sss.pgh.pa.us
Whole thread Raw
In response to a bug, the bugs list, and how to break the website search.  (Jeff MacDonald <bignose@gmail.com>)
List pgsql-general
Jeff MacDonald <bignose@gmail.com> writes:
> 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.

The above would better be reported to pgsql-www; perhaps the website
maintainers will notice it here, or perhaps they won't.  (But I've
cc'd that list, so you need not report it again.)

As for the second point, you can *either* subscribe to pgsql-bugs (and
email your report) or use the report form; you need not do both.  If
the website gives the wrong impression then it should be fixed.

> 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

I don't believe that your default was now().  It was probably more
like
    articleposted timestamp default 'now'
which is a thinko specifically warned against in the documentation.

            regards, tom lane

pgsql-general by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: Avoiding evaluating functions twice.
Next
From: "Marc G. Fournier"
Date:
Subject: New Point Releases Now Available