Re: What we still have to do for 1.12

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: What we still have to do for 1.12
Date: 2010-03-25 09:10:35
Message-ID: 8cf965d31003250210m3821637cr35616a5498cb174e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks...
I start with Ticket#99. I will update you, as soon as possible for any
help/with a patch for review.

--
Thanks & Regards,

Ashesh Vashi
EnterpriseDB INDIA: Enterprise Postgres Company<http://www.enterprisedb.com>

On Thu, Mar 25, 2010 at 2:24 PM, Guillaume Lelarge
<guillaume(at)lelarge(dot)info>wrote:

> Hi Ashesh,
>
> Le 24/03/2010 14:48, Ashesh Vashi a écrit :
> > [...]
> > On Sat, Mar 20, 2010 at 10:19 PM, Guillaume Lelarge
> > <guillaume(at)lelarge(dot)info>wrote:
> >> [...]
> >> As Bruce wrote the release notes for 9.0, I read it to check if we still
> >> have a lot of things to do to fully support 9.0. We're not that far but
> >> we still have two major missing features.
> >>
> >> Here is the list of the work *I think* we still have to do before a 1.12
> >> beta 1 release:
> >>
> >> * Support for 9.0:
> >> * exclusion constraint (#118)
> >> * default ACL (#99)
> >> * deferrable unique constraint
> >> * typed table (#135) ... patch available, awaiting comments
> >> * autonamed index (#158) ... patch available, awaiting comments
> >>
> >
> > Is there any way, I can help you on this?
> >
>
> Thanks, I would love to. #135 and #158 are already commited. I sent the
> patch for frmOptions yesterday. So you can grab anything of the rest of
> the list.
>
> Here is what I did on the other tickets
>
> * Ticket 118: exclusion constraint
> See ticket118_NOTCOMPLETE.patch.
> IIRC, I copied the dlgIndex and pgIndex to make it easy building the
> dlgExclude. But it didn't work out that great.
>
> * Ticket 99: default ACL
> See ticket99_NOTCOMPLETE.patch.
> My idea was to create a copy of dlgSecurityProperty named
> dlgDefaultSecurityProperty. It kind of works. This new tab is
> available on the database, but I have issues with it and the old
> security one.
>
> * Ticket 142: SQL/Med objects
> See ticket142_NOTCOMPLETE.patch.
> The Foreign Data Wrapper object is already available. I wanted to
> have the Foreign Server object as a child of the first one, but all
> I'm able to have is a big crash. If you're able to fix this crash, I
> think I'll be able to handle the rest of the patch. But this crash
> stopped me.
> BTW, to anwser Dave's question, dblink can make use of SQL/Med
> objects (but AFAIK, it's the only one... which is too bad).
>
> So, the easier one should be ticket 142. It would help me to continue on
> this patch. The more important one, as Dave already noticed are
> exclusion constraint and default ACL.
>
> BTW, I'm not sure you should start from my patches. I sent them if it
> can help you, but I probably was wrong from the beginning of my patches
> (for example, copying dlgIndex instead of dlgCheck could be a serious
> mistake).
>
> Thanks for your help, I really appreciate.
>
>
> --
> Guillaume.
> http://www.postgresqlfr.org
> http://dalibo.com
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2010-03-25 09:34:10 Re: What we still have to do for 1.12
Previous Message Guillaume Lelarge 2010-03-25 08:54:51 Re: What we still have to do for 1.12