Re: [HACKERS] Are we losing momentum?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Sean Chittenden <sean(at)chittenden(dot)org>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, Curt Sampson <cjs(at)cynic(dot)net>, Brent Verner <brent(at)rcfile(dot)org>, pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] Are we losing momentum?
Date: 2003-04-17 19:52:06
Message-ID: 19492.1050609126@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-general pgsql-hackers pgsql-patches

Sean Chittenden <sean(at)chittenden(dot)org> writes:
>> I think the idea has some merit; although I wonder whether it
>> wouldn't be smarter to put the code in the backend so that you don't
>> need a parser in psql. The SHOW code could fall back to looking at
>> these possibilities after it fails to find a match to a GUC variable
>> name.

> Well, I think that the backend should be kept clean of MySQL's
> nastiness.

Keep in mind though that there was already talk of migrating most of the
\d functionality to the backend (primarily as a way of decoupling psql
from catalog version changes). If we were to do that, it would make
good sense to make it accessible via SHOW as well. IMHO anyway.

regards, tom lane

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Sean Chittenden 2003-04-17 21:09:41 Re: [HACKERS] Are we losing momentum?
Previous Message Sean Chittenden 2003-04-17 19:48:03 Re: [HACKERS] Are we losing momentum?

Browse pgsql-general by date

  From Date Subject
Next Message Ken Williams 2003-04-17 19:58:47 Re: How foreign key info is stored
Previous Message Sean Chittenden 2003-04-17 19:48:03 Re: [HACKERS] Are we losing momentum?

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-04-17 21:06:19 Should libpq's environment settings affect the session default?
Previous Message Sean Chittenden 2003-04-17 19:48:03 Re: [HACKERS] Are we losing momentum?

Browse pgsql-patches by date

  From Date Subject
Next Message Sean Chittenden 2003-04-17 21:09:41 Re: [HACKERS] Are we losing momentum?
Previous Message Sean Chittenden 2003-04-17 19:48:03 Re: [HACKERS] Are we losing momentum?