On Wed, 2012-09-05 at 08:25 +0100, Dave Page wrote:
> On Tue, Sep 4, 2012 at 10:05 PM, Guillaume Lelarge
> wrote:
> > On Mon, 2012-09-03 at 22:41 +0200, Guillaume Lelarge wrote:
> >> On Mon, 2012-09-03 at 08:54 +0100, Dave Page wrote:
> >> > On Fri, Aug 31, 2012 at 10:57 PM, Guillaume Lelarge
> >>
On Tue, Sep 4, 2012 at 10:05 PM, Guillaume Lelarge
wrote:
> On Mon, 2012-09-03 at 22:41 +0200, Guillaume Lelarge wrote:
>> On Mon, 2012-09-03 at 08:54 +0100, Dave Page wrote:
>> > On Fri, Aug 31, 2012 at 10:57 PM, Guillaume Lelarge
>> > wrote:
>> > > On Sun, 2012-08-26 at 18:18 +0200, Guillaume L
On Mon, 2012-09-03 at 22:41 +0200, Guillaume Lelarge wrote:
> On Mon, 2012-09-03 at 08:54 +0100, Dave Page wrote:
> > On Fri, Aug 31, 2012 at 10:57 PM, Guillaume Lelarge
> > wrote:
> > > On Sun, 2012-08-26 at 18:18 +0200, Guillaume Lelarge wrote:
> > >> On Mon, 2012-07-23 at 08:38 +0100, Dave Page
On Mon, 2012-09-03 at 08:54 +0100, Dave Page wrote:
> On Fri, Aug 31, 2012 at 10:57 PM, Guillaume Lelarge
> wrote:
> > On Sun, 2012-08-26 at 18:18 +0200, Guillaume Lelarge wrote:
> >> On Mon, 2012-07-23 at 08:38 +0100, Dave Page wrote:
> >> > On Sat, Jul 21, 2012 at 1:40 PM, Guillaume Lelarge
> >>
On Fri, Aug 31, 2012 at 10:57 PM, Guillaume Lelarge
wrote:
> On Sun, 2012-08-26 at 18:18 +0200, Guillaume Lelarge wrote:
>> On Mon, 2012-07-23 at 08:38 +0100, Dave Page wrote:
>> > On Sat, Jul 21, 2012 at 1:40 PM, Guillaume Lelarge
>> > wrote:
>> > > On Wed, 2012-06-06 at 10:50 +0600, Timon wrote
On Sun, 2012-08-26 at 18:18 +0200, Guillaume Lelarge wrote:
> On Mon, 2012-07-23 at 08:38 +0100, Dave Page wrote:
> > On Sat, Jul 21, 2012 at 1:40 PM, Guillaume Lelarge
> > wrote:
> > > On Wed, 2012-06-06 at 10:50 +0600, Timon wrote:
> > >> seems that this commit broke reindexing of selected index
On Fri, 2012-08-17 at 11:39 +0600, Timon wrote:
> and, one more little bug
> altering index fillfactor produces wrong sql code
> steps to reproduce:
>
> 1. create table
> 2. add index
> 3. chage fillfactor on created index
> 4. got error like "scheme name doesn't exists"
> example of sql: ALTER I
On Mon, 2012-07-23 at 08:38 +0100, Dave Page wrote:
> On Sat, Jul 21, 2012 at 1:40 PM, Guillaume Lelarge
> wrote:
> > On Wed, 2012-06-06 at 10:50 +0600, Timon wrote:
> >> seems that this commit broke reindexing of selected index. steps to
> >> reproduce:
> >> 1) create table
> >> 2) create index
and, one more little bug
altering index fillfactor produces wrong sql code
steps to reproduce:
1. create table
2. add index
3. chage fillfactor on created index
4. got error like "scheme name doesn't exists"
example of sql: ALTER INDEX gallery.idx_gallery_regionid_itemiddesc
SET (FILLFACTOR=80)
I tested this patch. It fixes my problem.
Also it fixes one annoying crash when you click on indexes list.
thanks for you work :)
2012/7/21 Guillaume Lelarge :
> On Wed, 2012-06-06 at 10:50 +0600, Timon wrote:
>> seems that this commit broke reindexing of selected index. steps to
>> reproduce:
>>
On Sat, Jul 21, 2012 at 1:40 PM, Guillaume Lelarge
wrote:
> On Wed, 2012-06-06 at 10:50 +0600, Timon wrote:
>> seems that this commit broke reindexing of selected index. steps to
>> reproduce:
>> 1) create table
>> 2) create index
>> 3) select index in object inspector
>> 4) try to reindex it via
On Wed, 2012-06-06 at 10:50 +0600, Timon wrote:
> seems that this commit broke reindexing of selected index. steps to reproduce:
> 1) create table
> 2) create index
> 3) select index in object inspector
> 4) try to reindex it via maintenance menu item
> 5) got error : ERROR: schema "table_name" do
seems that this commit broke reindexing of selected index. steps to reproduce:
1) create table
2) create index
3) select index in object inspector
4) try to reindex it via maintenance menu item
5) got error : ERROR: schema "table_name" does not exist
and one more crash here
.. same steps as befor
Lots of work on domains, and check constraints
Check constraints on domains are now sub-nodes. A user can add as many check
constraints as he wants. He can rename and validate them on 9.2. He can add
a not-yet-valid check constraint. He can also add a NO INHERIT check constraint
on a new table.
B
14 matches
Mail list logo