Re: ¿¿¿pas

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: luis garcia <ldgarc(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ¿¿¿pas
Date: 2006-11-01 19:59:00
Message-ID: 20061101195900.GB4445@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Nov 01, 2006 at 08:49:48AM -0400, luis garcia wrote:
> Hi We have been making some modifications to postgres catalog, but
> it seems to be a problem with one of the fields we just added, exactly
> in the time when inserting the right values to that specific field.

Well, it's a bit hard to tell since you don't tell what changes you
actually made to the catalog. Did you remember to update the length to
the catalog entry and update the struct and all those details?

In particular:
> template1=# SELECT relname, relhasfrequency, relfrequencytype, relfrequency
> FROM pg_class WHERE relhasfrequency=true;
>
> relname | relhasfrequency | relfrequencytype | relfrequency
> - - - - - - + - - - - - - - - - - - - + - - - - - - - - - - - - - + - - -
> - - - - - -
> test | t | REAL TIME | 0
> (1 row)

What's the type of "relfrequency" actually?

Much more info needed...

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-11-01 20:11:06 Re: IN(subselect returning few values ...)
Previous Message imad 2006-11-01 19:18:09 Re: ¿¿¿past chunk end???