Re: [GENERAL] PSQL suggested enhancement

2005-10-21 Thread Tino Wildenhain
Patrick TJ McPhee schrieb: In article <[EMAIL PROTECTED]>, Roger Hand <[EMAIL PROTECTED]> wrote: % If pg outputs a simple xml format, it can easily be transformed via xslt % into OpenDoc table format, alternate html formats, or the alternate xml % format of your choice. Well, pg does output a

Re: [GENERAL] PSQL suggested enhancement

2005-10-21 Thread Patrick TJ McPhee
In article <[EMAIL PROTECTED]>, Roger Hand <[EMAIL PROTECTED]> wrote: % If pg outputs a simple xml format, it can easily be transformed via xslt % into OpenDoc table format, alternate html formats, or the alternate xml % format of your choice. Well, pg does output a simple xml format, which can

Re: [GENERAL] PSQL suggested enhancement

2005-10-20 Thread Dean Gibson (DB Administrator)
On 2005-10-20 15:46, Roger Hand wrote: On Thursday, October 20, 2005 1:01 PM, Martijn van Oosterhout wrote: On Thu, Oct 20, 2005 at 09:28:25AM -0700, Dean Gibson (DB Administrator) wrote: I just find it surprising that XML is not one of the formats provided, considering that XML is con

Re: [GENERAL] PSQL suggested enhancement

2005-10-20 Thread Tino Wildenhain
Am Donnerstag, den 20.10.2005, 15:46 -0700 schrieb Roger Hand: > On Thursday, October 20, 2005 1:01 PM, Martijn van Oosterhout wrote: > ... > I would argue against outputting this one specific OpenDoc format, > even though it is the "flavor of the month" right now. Actually its near standardized.

Re: [GENERAL] PSQL suggested enhancement

2005-10-20 Thread Tino Wildenhain
Am Donnerstag, den 20.10.2005, 14:56 -0700 schrieb Chris Travers: > Martijn van Oosterhout wrote: .. > > > OTOH, this idea might be really kinda cool. Maybe a good idea for > client applications Or are there other programs out there that can > save db queries to static (stand-alone) Gnumeri

Re: [GENERAL] PSQL suggested enhancement

2005-10-20 Thread Roger Hand
On Thursday, October 20, 2005 1:01 PM, Martijn van Oosterhout wrote: > On Thu, Oct 20, 2005 at 09:28:25AM -0700, Dean Gibson (DB Administrator) wrote: >> I just find it surprising that XML is not one of the formats provided, >> considering that XML is considered a data interchange format (much mo

Re: [GENERAL] PSQL suggested enhancement

2005-10-20 Thread Chris Travers
Martijn van Oosterhout wrote: On Thu, Oct 20, 2005 at 09:28:25AM -0700, Dean Gibson (DB Administrator) wrote: I just find it surprising that XML is not one of the formats provided, considering that XML is considered a data interchange format (much more than HTML, which is a representation f

Re: [GENERAL] PSQL suggested enhancement

2005-10-20 Thread Martijn van Oosterhout
On Thu, Oct 20, 2005 at 09:28:25AM -0700, Dean Gibson (DB Administrator) wrote: > I just find it surprising that XML is not one of the formats provided, > considering that XML is considered a data interchange format (much more > than HTML, which is a representation format). All jokes aside, sayi

Re: [GENERAL] PSQL suggested enhancement

2005-10-20 Thread Dean Gibson (DB Administrator)
On 2005-10-19 23:52, Michael Glaesemann wrote: On Oct 20, 2005, at 15:45 , Roger Hand wrote: On Oct 20, 2005, at 14:50 , Dean Gibson (DB Administrator) wrote: PSQL has the option to output the result of queries in several different formats, including HTML. Suggestion: have an option to

Re: [GENERAL] PSQL suggested enhancement

2005-10-20 Thread Martijn van Oosterhout
On Thu, Oct 20, 2005 at 03:23:51PM +0900, Michael Glaesemann wrote: > My personal opinion on this is that there are a lot of different > ideas about how the XML should/could be written, and a the current > output can be piped to a script in language here> to format to match anyone's wish. Rath

Re: [GENERAL] PSQL suggested enhancement

2005-10-20 Thread Michael Glaesemann
On Oct 20, 2005, at 15:45 , Roger Hand wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Michael Glaesemann Sent: Wednesday, October 19, 2005 11:24 PM On Oct 20, 2005, at 14:50 , Dean Gibson (DB Administrator) wrote: PSQL has the option to outp

Re: [GENERAL] PSQL suggested enhancement

2005-10-19 Thread Roger Hand
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Michael > Glaesemann > Sent: Wednesday, October 19, 2005 11:24 PM > On Oct 20, 2005, at 14:50 , Dean Gibson (DB Administrator) wrote: >> PSQL has the option to output the result of queries in several >>

Re: [GENERAL] PSQL suggested enhancement

2005-10-19 Thread Michael Glaesemann
On Oct 20, 2005, at 14:50 , Dean Gibson (DB Administrator) wrote: PSQL has the option to output the result of queries in several different formats, including HTML. Suggestion: have an option to output query results in XML format. Suggested format: My personal opinion on this is that the