Re: patches for items from TODO list

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: Sergey Ten <sergey(at)sourcelabs(dot)com>, "'Christopher Kings-Lynne'" <chriskl(at)familyhealth(dot)com(dot)au>, pgsql-hackers(at)postgresql(dot)org, jason(at)sourcelabs(dot)com
Subject: Re: patches for items from TODO list
Date: 2005-05-20 14:19:02
Message-ID: 200505201419.j4KEJ2m11133@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Neil Conway wrote:
> Sergey Ten wrote:
> > We think that putting it in the backend will make access from other
> > components easier.
>
> In what way?
>
> It seems to me that this can be done just as easily in a client
> application / library, without cluttering the backend with yet another
> COPY output format. It would also avoid the need to mandate a single XML
> schema -- different clients will likely have different requirements.
> Since I am skeptical of the value of this feature in the first place, I
> think it would do less damage if implemented outside the backend.

We considered putting XML in psql or libpq in the past, but the problem
is that interfaces like jdbc couldn't take advantage of it. I do think
it needs to be in the backend, and I think that is the agreement we had
in the past.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-05-20 14:22:42 Re: Notification when freespaces empty
Previous Message Bruce Momjian 2005-05-20 14:17:45 Re: patches for items from TODO list

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-05-20 14:29:10 Re: Exec statement logging
Previous Message Bruce Momjian 2005-05-20 14:17:45 Re: patches for items from TODO list