[HACKERS] code documentation

2007-10-04 Thread Islam Hegazy
Hi all I wonder if there is a PostgreSQL code documentation that may help in understanding the code. Regards Islam Hegazy ---(end of broadcast)--- TIP 7: You can help support the PostgreSQL project by donating at http

Re: [HACKERS] adding operators

2007-10-01 Thread Islam Hegazy
that arrived in the last 5 minutes. Do I need to change the core code of PostgreSQL to implement such thing? Regards Islam Hegazy - Original Message - From: "Brendan Jurd" <[EMAIL PROTECTED]> To: "Islam Hegazy" <[EMAIL PROTECTED]> Cc: Sent: Sunday, Se

[HACKERS] adding operators

2007-09-30 Thread Islam Hegazy
documentation for the code. Regards Islam Hegazy

[HACKERS] initializing the database cluster

2007-05-21 Thread Islam Hegazy
Any idea of what could be the problem? Regards Islam Hegazy

Re: [HACKERS] modifying the table function

2007-04-21 Thread Islam Hegazy
bpq.so: undefined reference to `PrintQueryTuples' collect2: ld returned 1 exit status gmake[3]: *** [initdb] Error 1 gmake[3]: Leaving directory `/home/grads/imehegaz/postgresql-8.2.3-b/src/bin/initdb' " I wonder what does this error mean and how to solve it? Regards Islam

Re: [HACKERS] modifying the table function

2007-04-18 Thread Islam Hegazy
ot and how to know such kind of message sent from the server? Regards Islam Hegazy - Original Message - From: "Tom Lane" <[EMAIL PROTECTED]> To: "Islam Hegazy" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, April 17, 2007 1:44 AM Subject: Re: [HACKERS] modifying

[HACKERS] modifying the table function

2007-04-17 Thread Islam Hegazy
ry' but it gives the following error 'error 0x54 message received while system is idle'. My question is how to inform the client that there is a tuple to display and return back to the backend to continue the query execution? Regards Islam Hegazy

[HACKERS] modifying the table function

2007-03-19 Thread Islam Hegazy
if anyone tell where to begin as my project due is after 10 days only. Regards Islam Hegazy

Re: [HACKERS] modifying the tbale function

2007-03-19 Thread Islam Hegazy
So, I understood from all those opinions that much of the work is to be done in the interface language interpreter not postgresql code itself. Am I right or I missed something? Regards Islam Hegazy - Original Message - From: "Andrew Dunstan" <[EMAIL PROTECTED]> To: &

Re: [HACKERS] modifying the tbale function

2007-03-18 Thread Islam Hegazy
Returning k rows would be a reasonable solution but which functions need to be modified to achieve this. - Original Message - From: "Neil Conway" <[EMAIL PROTECTED]> To: "Andrew Dunstan" <[EMAIL PROTECTED]> Cc: "Martijn van Oosterhout" ; &

[HACKERS] modifying the tbale function

2007-03-18 Thread Islam Hegazy
if anyone tell where to begin as my project due is after 10 days only. Regards Islam Hegazy