Re: [HACKERS] question regarding pg_database.h and DatabaseRelationId

2006-04-18 Thread Martijn van Oosterhout
On Tue, Apr 18, 2006 at 12:45:27AM +0200, Peter Eisentraut wrote: > Gevik Babakhani wrote: > > Could someone explain the numbering logic in naming the relations? > > There is none. The numbers are presumably assigned in some > lowest-available manner, but over the years it has become pretty > r

Re: [HACKERS] question regarding pg_database.h and DatabaseRelationId

2006-04-17 Thread Peter Eisentraut
Gevik Babakhani wrote: > Could someone explain the numbering logic in naming the relations? There is none. The numbers are presumably assigned in some lowest-available manner, but over the years it has become pretty random. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---