add_missing_from = false

From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: add_missing_from = false
Date: 2005-04-07 07:04:26
Message-ID: 4254DB7A.1020608@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Now that DELETE has a USING clause, we should be able to make
add_missing_from=false the default in 8.1; the attached patch implements
this and updates the documentation.

Barring any objections, I'll apply this tomorrow.

-Neil

Attachment Content-Type Size
add_missing_from-1.patch text/x-patch 8.1 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2005-04-07 07:56:41 fork_process() for pgstat
Previous Message Neil Conway 2005-04-07 01:57:13 Re: DELETE ... USING