Re: Small documentation patch

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
Cc: David Fetter <david(at)fetter(dot)org>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Small documentation patch
Date: 2003-12-03 07:34:57
Message-ID: 3FCD9221.2090900@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Randolf Richardson 2003-12-03 10:20:23 Re: ISO 8601 'Time Intervals' of the 'format with time-unit deignators'
Previous Message David Fetter 2003-12-03 07:10:53 Re: Small documentation patch