Re: [GENERAL] To OID or not to OID

2004-09-28 Thread Neil Conway
On Wed, 2004-09-29 at 00:23, Doug McNaught wrote: > Nothing in PG depends on user tables having an OID column. They used > to be a way to get a primary key before SERIAL came along, but they > are now deprecated for user tables. WITHOUT OIDS will be the default > in a future release. Indeed, tha

Re: [GENERAL] To OID or not to OID

2004-09-28 Thread Doug McNaught
"David Parker" <[EMAIL PROTECTED]> writes: > Is there any concrete reason NOT to create tables WITHOUT OIDS? We are > going to have some very large tables in our app, so saving the space and > not worrying about int-wrap seems like a good idea, but I'm worried that > I'm missing something. Nothin