From: | Jov <amutu(at)amutu(dot)com> |
---|---|
To: | Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com> |
Cc: | Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: 9.3 Beta1 status report |
Date: | 2013-04-23 09:36:03 |
Message-ID: | CADyrUxOcgkMz_WdOCWBuUSEpZECgT9d+1F_W8nWcBCesSty9vw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
E.1.3.1.4:
Improve performance of the CREATE TABLE ... ON COMMIT DELETE ROWS clause by
only issuing delete if the temporary table was accessed (Heikki Linnakangas)
should be:
CREATE *TEMP* TABLE ... ON COMMIT DELETE ROWS
or
CREATE *{ TEMPORARY | TEMP }* TABLE ... ON COMMIT DELETE ROWS
because there is no syntax for CREATE TABLE ... ON COMMIT DELETE ROWS
2013/4/23 Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
> On 21 April 2013 06:02, Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> > I am not sure if Tom shared yet, but we are planning to package 9.3
> > beta1 on April 29, with a release on May 2. Those dates might change,
> > but that is the current plan. I have completed a draft 9.3 release
> > notes, which you can view here:
> >
> > http://momjian.us/pgsql_docs/release-9-3.html
> >
> > I will be working on polishing them for the next ten days, so any
> > feedback, patches, or commits are welcome. I still need to add lots of
> > SGML markup.
> >
>
> E.1.3.4.4. VIEWs:
>
> * Make simple views auto-updatable (Dean Rasheed)
>
> INSTEAD rules are still available for complex views.
>
>
> I think this should refer to INSTEAD OF triggers for complex views,
> since that is now the recommended way to implement updatable views.
>
> I think it should also expand a little on what "simple" means in this
> context, without going into all the gory details, and mention that
> there is a behaviour change. So perhaps something like this for the
> second paragraph:
>
> Simple views that select some or all columns from a single base
> table
> are now updatable by default. More complex views can be made
> updatable
> using INSTEAD OF triggers or INSTEAD rules.
>
> Regards,
> Dean
>
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers
>
>
--
Jov
blog: http:amutu.com/blog <http://amutu.com/blog>
From | Date | Subject | |
---|---|---|---|
Next Message | Ants Aasma | 2013-04-23 09:40:47 | Re: Substituting Checksum Algorithm (was: Enabling Checksums) |
Previous Message | Andres Freund | 2013-04-23 09:30:18 | Re: Couple of issues with pg_xlogdump |