Re: [HACKERS] Implementation of new operators inside the PostgreSQL

2007-07-09 Thread rupesh bajaj
, Heikki Linnakangas [EMAIL PROTECTED] wrote: rupesh bajaj wrote: I am mailing on behalf of the Database Systems Lab, Indian Institute of Science(IISc), Bangalore, India. We have implemented three new operators internal to the PostgreSQL 8.1.2 engine in order to support queries on multilingual

[HACKERS] Implementation of new operators inside the PostgreSQL

2007-07-07 Thread rupesh bajaj
Hi, I am mailing on behalf of the Database Systems Lab, Indian Institute of Science(IISc), Bangalore, India. We have implemented three new operators internal to the PostgreSQL 8.1.2 engine in order to support queries on multilingual data(english and hindi as of now). It can be extended to support

[HACKERS] How to hidde the column from the user

2007-05-01 Thread rupesh bajaj
setting as true). So now that column is hide from the user but now that column will be sometime deleted by postgres. But i do not want that my column should be deleted. Is there any way for doing this. Or can you suggest some better way for this. Thanks, Rupesh Bajaj

[HACKERS] When the locially dropped column is also physically dropped

2007-04-27 Thread rupesh bajaj
is automatically physically dropped? or I have to run some command to dropped it physically. Thanks, Rupesh Bajaj

[HACKERS] About the simple_heap_update function

2007-04-26 Thread rupesh bajaj
values. Can you please tell me what is the reason. Or what should i do to make the updation visible. Thanks, Rupesh Bajaj