Re: pgsql-sql-digest V1 #424

From: Dipankar Chakrabarti <dipanc(at)yahoo(dot)com>
To: pgsql-sql(at)hub(dot)org
Cc: wieck(at)debis(dot)com
Subject: Re: pgsql-sql-digest V1 #424
Date: 1999-11-26 05:42:28
Message-ID: 19991126054228.18011.rocketmail@web106.yahoomail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Dear Jan,

Thank you very much for your mail.

I really require to do the change as 80% of my
functions are more than 2k.

It would be nice, if I get your help.

Regards,

Dipankar Chakrabarti
Senior Manager (Projects)
Mindteck (I) Ltd.

>>
>> Hi,
>>
>> I am creating functions from saved in text files on
>> PostgreSQL 6.5 on linux by
>> $ psql mydb2 <myfunc.txt
>>
>> If the function is large ( more than say 50 lines)
or

> Maybe the functions text portion exceeds 2K?

> There is an index on functions source text in
version 6.5.
> It's totally useless, left over from the history.
Now there
> is some problem with btree indices when the
items exceed 2K,
> that can crash the backend.

> I've removed this index in the actual 7.0 tree.
It's not a
> trivial task and requires an initdb run
after the
> modification. If you want to give it a try, I
might help you
> to do it.

>
>Jan

__________________________________________________
Do You Yahoo!?
Thousands of Stores. Millions of Products. All in one place.
Yahoo! Shopping: http://shopping.yahoo.com

Browse pgsql-sql by date

  From Date Subject
Next Message Emils Klotins 1999-11-26 14:35:56 Backend dies (6.5.3-1) on SELECT from 6 row table
Previous Message Peter Eisentraut 1999-11-25 23:43:37 Re: [SQL] Info on SQL Parsing required