Re: Error message cleanup

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Error message cleanup
Дата
Msg-id 20030925004334.GA6377@dcc.uchile.cl
обсуждение исходный текст
Ответ на Error message cleanup  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Error message cleanup
Re: Error message cleanup
Список pgsql-hackers
On Sun, Sep 21, 2003 at 05:37:59PM +0200, Peter Eisentraut wrote:
> I've looked through the messages in the backend and identified some areas
> that still deserve some cleanup.  Below I list some issues that deserve
> some discussion or that deserve being remembered by other developers.
> 
> id, oid, pid        -> ID, OID, PID
> attribute        -> column
> tuple            -> row or row state, depending on context

Are you going to change "relation" to "table"?  In most cases that is
the intended meaning.  ISTM in some other cases it refers to anything
that can appear in pg_class, but I'm not 100% sure.

-- 
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: More Prelimiary DBT-2 Test Results with PostgreSQL 7.3.4
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: PostgreSQL not ACID compliant?