Re: contributing patches

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Robert Haas <Robert(dot)Haas(at)dyntek(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-general(at)postgresql(dot)org
Subject: Re: contributing patches
Date: 2008-03-11 17:04:49
Message-ID: 200803111704.m2BH4nc00420@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Great, would you please end your truncate patch to the patches email
list? Thanks.

---------------------------------------------------------------------------

Robert Haas wrote:
> > We require that all submissions conform to the Postgres BSD license,
> > but we are not picky about requiring paperwork to prove it. Just put
> > the same copyright header into any added files as you see in existing
> > files.
>
> OK cool.
>
> > Yeah, the core team does not have a lot of bandwidth right now for
> > thinking about 8.4 development. You don't have to wait for 8.3
> > final release, but probably after the first couple of betas are out
> > would be better than now. Bear in mind also that any patches
> developed
> > now are likely to have merge problems after the pgindent run that will
> > occur late in beta --- so you might want to wait till after that
> before
> > starting any large coding effort.
>
> OK. I wrote a patch to implement the following TODO item, which I
> selected on the basis of the fact that it appeared to be easy:
>
> * %Add a separate TRUNCATE permission
>
> Currently only the owner can TRUNCATE a table because triggers are not
> called, and the table is locked in exclusive mode.
>
> It was easy, so I can update the patch as necessary until it can be
> submitted.
>
> Thanks,
>
> ...Robert
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org/

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Gauthier, Dave 2008-03-11 17:06:50 Re: Database OID xxxxx now seems to belong to "foo"
Previous Message Tomás Di Doménico 2008-03-11 17:04:36 Re: PostgreSQL and MOLAP ?