Re: XML export

From: "Pavel Stehule" <pavel(dot)stehule(at)hotmail(dot)com>
To: peter_e(at)gmx(dot)net
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: XML export
Date: 2007-02-11 08:08:02
Message-ID: BAY20-F1824BCD3EE64DB604E75D5F9920@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello

If you integrate xml_export to core, you don't need string argument, which
isn't too handy, but you can use COPY stmt aparat. I don't speak about
enhancing stmt COPY.

Regards
Pavel Stehule

p.s.
it's can be great if xmloutput will be independent on datestyle
root=# set datestyle TO German ;
SET
root=# select xmlelement(name bbb, current_date);
xmlelement
-----------------------
<bbb>11.02.2007</bbb>

_________________________________________________________________
Emotikony a pozadi programu MSN Messenger ozivi vasi konverzaci.
http://messenger.msn.cz/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2007-02-11 08:18:20 Re: HOT for PostgreSQL 8.3
Previous Message Tom Lane 2007-02-11 07:41:06 Re: Acclerating INSERT/UPDATE using UPS