greg(at)turnstep(dot)com writes:
> I think all psql needs is a simple output, similar to the ones used by
> Oracle, Sybase, and MySQL; the calling application should then process
> it in some way as needed (obviously this is not for interactive use).
> Where can one find a "standard table model?"
I think for processing-oriented output, the system described in the
SQL/XML standard draft is the way to go. Considering the people who wrote
it, it's probably pulled from, or bound to appear in, a major commercial
database.
I also think that psql is not the place to implement something like this.
It's most likely best put in the backend, as a function like
xmlfoo('select * from t1;')
Then any interface and application that likes it, not just psql-based
ones, can use it.
--
Peter Eisentraut peter_e(at)gmx(dot)net
In response to
Responses
pgsql-hackers by date
| Next: | From: Peter Eisentraut | Date: 2003-03-05 22:38:27 |
| Subject: Re: XML ouput for psql |
| Previous: | From: Tom Lane | Date: 2003-03-05 21:53:20 |
| Subject: Re: [PATCHES] Non-colliding auto generated names |
pgsql-patches by date
| Next: | From: Peter Eisentraut | Date: 2003-03-05 22:38:27 |
| Subject: Re: XML ouput for psql |
| Previous: | From: Tom Lane | Date: 2003-03-05 21:53:20 |
| Subject: Re: [PATCHES] Non-colliding auto generated names |