Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: Proposed patch: make SQL interval-literal syntax work per spec - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Proposed patch: make SQL interval-literal syntax work per spec
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Proposed patch: make SQL interval-literal syntax work per spec  (Ron Mayer <[email protected]>)
Responses Re: Proposed patch: make SQL interval-literal syntax work per spec
List pgsql-hackers
Ron Mayer <[email protected]> writes:
> Is this code handling negative interval literals right?
> I think I quote the relevant spec part at the bottom.

We support independent signs for the different components of the
interval.  I'm not sure how well the spec copes with that.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Ron Mayer
Date:
Subject: Re: Proposed patch: make SQL interval-literal syntax work per spec
Next
From: Ron Mayer
Date:
Subject: Re: Proposed patch: make SQL interval-literal syntax work per spec