Re: default to WITHOUT OIDS?

From: Daniel Kalchev <daniel(at)digsys(dot)bg>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: default to WITHOUT OIDS?
Date: 2003-01-13 08:45:30
Message-ID: 200301130845.h0D8jUs18993@dcave.digsys.bg
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

If ever this happens, same should be considered for tables created via the
SELECT INTO statement. These are in many cases 'temporary' in nature and do
not need OIDs (while making much use of the OIDs counter).

Daniel

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Lee Kindness 2003-01-13 12:20:40 Re: [PATCHES] PostgreSQL libraries - PThread Support, but
Previous Message Daniel Kalchev 2003-01-13 08:43:38 Re: default to WITHOUT OIDS?