Re: Error message cleanup

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Error message cleanup
Date: 2003-09-25 00:43:34
Message-ID: 20030925004334.GA6377@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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>)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-09-25 02:57:31 Re: Postgresql 7.3.4 compile failes on NetBSD 1.6 mac68k
Previous Message Zak Greant 2003-09-24 23:40:36 Re: PostgreSQL not ACID compliant?