Re: Big 7.1 open items
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Hiroshi Inoue" <Inoue@tpf.co.jp>
Cc: "PostgreSQL-development" <pgsql-hackers@postgresql.org>
Date: 2000-06-16T03:43:41Z
Lists: pgsql-hackers
"Hiroshi Inoue" <Inoue@tpf.co.jp> writes: > Please add my opinion for naming rule. > relname/unique_id but need some work new pg_class column, > no relname change. for unique-id generation filename not relname Why is a unique ID better than --- or even different from --- using the relation's OID? It seems pointless to me... regards, tom lane