Re: How iterate records - Mailing list pgsql-general

From Pavel Stehule
Subject Re: How iterate records
Date
Msg-id Pine.LNX.4.44.0502221319330.6938-100000@kix.fsv.cvut.cz
Whole thread Raw
In response to Re: How iterate records  (Richard Huxton <dev@archonet.com>)
List pgsql-general
>
> Try pltcl or plperl (or python I'd have thought) - they're much more
> suited to this sort of thing.
>
> PS - IMHO, formatting data into XML is a client-side task, middle-ware
> probably.
> --

Its not true. There is SQL/XML, but PostgreSQL don't support this. Where
you can use it: fast generating report (XML, XSLT, CSS), fast solution for
data exchange, ...

Regards
Pavel Stehule


pgsql-general by date:

Previous
From: "FERREIRA William (COFRAMI)"
Date:
Subject: Re: Problem with inserting data into a table.....
Next
From: Richard Huxton
Date:
Subject: Re: Problem with inserting data into a table.....