Re: [HACKERS] PostgreSQL - 'SKYLINE OF' clause added!

2007-03-03 Thread ranbeer makin
you can refer to: S. Borzsonyi, D. Kossmann, and K. Stocker. The skyline operator. In *ICDE*, pages 421.430, 2001 --- Thanks. On 3/3/07, Martijn van Oosterhout wrote: On Sat, Mar 03, 2007 at 07:02:41PM +0530, ranbeer makin wrote: > We at International Institute of Information Technology (I

[HACKERS] PostgreSQL - 'SKYLINE OF' clause added!

2007-03-03 Thread ranbeer makin
We at International Institute of Information Technology (IIIT) Hyderabad, India, have extended the Postgres database system with the skyline operation. For this work, we were guided by our Prof. Kamalakar Karlapalem (http://www.iiit.ac.in/~kamal/). We have extended SQL 'SELECT' clause by an optio

Re: [HACKERS] adding new field

2006-06-06 Thread ranbeer makin
to some reasons can't shift to some other release. Regds,RanbeerOn 6/6/06, Tom Lane <[EMAIL PROTECTED]> wrote: Martijn van Oosterhout <kleptog@svana.org> writes:> On Mon, Jun 05, 2006 at 11:24:09PM +0530, ranbeer makin wrote:>> 2. I have added a new field in RESDOM structu

[HACKERS] adding new field

2006-06-05 Thread ranbeer makin
Hi,I have two questions to ask:1. How to flush buffer in postgres? I'm not able to see the changes that I make in my code. Sometimes the output comes and sometime it's not. What might be the problem? 2. I have added a new field in RESDOM structure, made necessary modifications in outfuncs.c, copy,