Re: Small documentation patch - Mailing list pgsql-patches

From Christopher Kings-Lynne
Subject Re: Small documentation patch
Date
Msg-id 3FCD9221.2090900@familyhealth.com.au
Whole thread Raw
In response to Re: Small documentation patch  (Gavin Sherry <swm@linuxworld.com.au>)
Responses Re: Small documentation patch
List pgsql-patches
> template1=# SELECT '1070430858'::abstime;
> ERROR:  invalid input syntax for type abstime: "1070430858"
>
> I agree its more stable :-). That's on HEAD.

Whoops:

SELECT 1070430858::abstime::timestamp;

Chris



pgsql-patches by date:

Previous
From: David Fetter
Date:
Subject: Re: Small documentation patch
Next
From: Tom Lane
Date:
Subject: Re: Small documentation patch