Re: Error message cleanup - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Error message cleanup
Date
Msg-id 20030925004334.GA6377@dcc.uchile.cl
Whole thread Raw
In response to Error message cleanup  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Error message cleanup  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Error message cleanup  (Peter Eisentraut <peter_e@gmx.net>)
List 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 by date:

Previous
From: Greg Stark
Date:
Subject: Re: More Prelimiary DBT-2 Test Results with PostgreSQL 7.3.4
Next
From: Bruce Momjian
Date:
Subject: Re: PostgreSQL not ACID compliant?