Re: Export "time-field" to text/html problem - Mailing list pgadmin-support

From Dave Page
Subject Re: Export "time-field" to text/html problem
Date
Msg-id 8568FC767B4AD311AC33006097BCD3D6338FB8@woody.vale-housing.co.uk
Whole thread Raw
In response to Export "time-field" to text/html problem  ("Brar Piening" <Brar@gmx.de>)
List pgadmin-support

> -----Original Message-----
> From: Brar Piening [mailto:Brar@gmx.de]
> Sent: 20 September 2001 14:53
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] Export "time-field" to text/html problem
>
>
> Hi,
> whenever I try to execute a query which includes a table
> containing a column with data-type "time" to a html- or a
> text-file the current date is inserted before the time-value
> in the resulting table. This problem never appears when I
> execute the query to the screen. What's wrong?
>

Hi,

If I remember correctly, this is because Microsoft's ADO prepends the date
to the time. The data grid (==screen) fixes it again because it re-formats
dates/times into a non-ambiguous format (ISO something, I forget the number)
so that updates and deletes work properly. The exporters just export the
data as supplied by ADO.

I will look into fixing the exporters for the next release.

Thanks, Dave.

pgadmin-support by date:

Previous
From: "Brar Piening"
Date:
Subject: Export "time-field" to text/html problem
Next
From: Dave Page
Date:
Subject: Re: Error while executing the query; ERROR: At