Re: [HACKERS] Re: XML (was: 2 patches)

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: goran(at)kirra(dot)net (Goran Thyni)
Cc: scrappy(at)hub(dot)org, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Re: XML (was: 2 patches)
Date: 1999-01-02 01:01:28
Message-ID: 199901020101.UAA09036@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> The pros, IMHO:
> * XML interfaces better to the object model of pgsql itself
> * XML interfaces better to XML-viewer, like next generation of
> web browsers.
>
> With a little imagination we can at some point in the future forget
> about making clients for the databases, just point your webbrowser
> at the serverport a make both SELECTs (displays) and INSERT/UPDATE
> (forms) with a few lines of javascript.
>
> The con:
> * We have a good stable protocol but a little simplistic.
> Anything new is not as good until it has matured.
>
> Thus I not suggesting replacing it until we have something
> better, sound resonable?

It is appealing to be able to talk to the database via some
sgml/html/xml format. A proxy would allow this too, and it certainly
something that would be nice. Certainly no reason we can't add it, and
if we start out as a proxy, we don't have to add it to the backend
itself.

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 1999-01-02 03:13:54 Re: [HACKERS] Re: XML (was: 2 patches)
Previous Message Goran Thyni 1999-01-02 00:29:14 Re: [HACKERS] Re: XML (was: 2 patches)