Re: ALTER TYPE 2: skip already-provable no-work rewrites
Noah Misch <noah@leadboat.com>
From: Noah Misch <noah@leadboat.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2011-02-07T01:18:32Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physically
- 6d1e36185208 8.4.0 cited
On Sun, Feb 06, 2011 at 12:54:19PM -0500, Robert Haas wrote: > On Sun, Feb 6, 2011 at 12:13 PM, Robert Haas <robertmhaas@gmail.com> wrote: > > That's not quite so good for translators, I think. > > > > Another option is that we could just say "relation" (table, foreign > > table, etc...) or "type". ?We use the word relation as a more generic > > version of table in a few other places. Seems fine. > Or how about passing an ObjectType? Then we could specify > OBJECT_TABLE, OBJECT_FOREIGN_TABLE, or OBJECT_TYPE. Could this be done without a several-line blob of code at each call site to determine the answer? If and only if so, this sounds better.