| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Neil Conway <neilc(at)samurai(dot)com> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: logical column position |
| Date: | 2003-11-21 04:27:31 |
| Message-ID: | 9022.1069388851@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Neil Conway <neilc(at)samurai(dot)com> writes:
> Actually, I deliberately chose attpos rather than attlognum (which is
> what some people had been calling this feature earlier). My reasoning
> was that the "logical number" is really a nonsensical idea: we just
> invented it on the spot.
True ...
> In contrast, a "position" is a fairly natural
> thing for an attribute to have -- it's a notion with some counterpart
> in the real world.
But "position" could at least as logically be considered to mean the
physical position in the tuple. I still say that these names are ripe
for confusion.
I don't have a better choice of name offhand, but if we spend 1% of the
time already spent arguing about these issues on finding a better name,
I'm sure we can think of one ;-)
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Rod Taylor | 2003-11-21 04:40:26 | Re: logical column position |
| Previous Message | David Fetter | 2003-11-21 04:09:27 | Handy user/group hack |