Re: [HACKERS] Urgent : Regarding Submission of Code

2003-07-01 Thread Bruce Momjian

First, read the developer's FAQ.  Second, you probably will want to look
at /contrib and see if it can be made into a loadable module.  I am not
sure we would want to have the datacube stuff in the main backend source
tree.


---

Srikanth M wrote:
 Hi!
   We have written two new files by name datacube.c in tcop directory 
 and datacube.h in include directory. We have even changed some 
 exsisting files. We have made a patch of the files that have been
 changed. 
 
 But how should we send the new files datacube.c, and datacube.h along with 
 the patch. Is there any specific procedure to send the files we have 
 written.
 
 Please tell the procedure of submitting a new file along with the patch.
 
 bye
 Srikanth.
 
 
 
 
 ---(end of broadcast)---
 TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
 

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


Re: [HACKERS] Urgent : Regarding Submission of Code

2003-07-01 Thread Christopher Kings-Lynne
 First, read the developer's FAQ.  Second, you probably will want to look
 at /contrib and see if it can be made into a loadable module.  I am not
 sure we would want to have the datacube stuff in the main backend source
 tree.

Why not?  It's in SQL99...

Chris


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


Re: [HACKERS] Urgent : Regarding Submission of Code

2003-07-01 Thread Bruce Momjian

Yes, I was wrong. I now see it can't be a loadable module.  I actually
thought it was for data warehousing and not standard SQL.

---

Christopher Kings-Lynne wrote:
  First, read the developer's FAQ.  Second, you probably will want to look
  at /contrib and see if it can be made into a loadable module.  I am not
  sure we would want to have the datacube stuff in the main backend source
  tree.
 
 Why not?  It's in SQL99...
 
 Chris
 
 
 ---(end of broadcast)---
 TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
 

-- 
  Bruce Momjian|  http://candle.pha.pa.us
  [EMAIL PROTECTED]   |  (610) 359-1001
  +  If your life is a hard drive, |  13 Roberts Road
  +  Christ can be your backup.|  Newtown Square, Pennsylvania 19073

---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


[HACKERS] Urgent : Regarding Submission of Code

2003-06-29 Thread Srikanth M
Hi!
We have written two new files by name datacube.c in tcop directory 
and datacube.h in include directory. We have even changed some 
exsisting files. We have made a patch of the files that have been
changed. 

But how should we send the new files datacube.c, and datacube.h along with 
the patch. Is there any specific procedure to send the files we have 
written.

Please tell the procedure of submitting a new file along with the patch.

bye
Srikanth.




---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


Re: [HACKERS] Urgent : Regarding Submission of Code

2003-06-29 Thread Shridhar Daithankar
On 29 Jun 2003 at 19:25, Srikanth M wrote:
 Please tell the procedure of submitting a new file along with the patch.

subscribe to patches list and send the patch there along with descriptions of 
changes you have made.

HTH

Bye
 Shridhar

--
COBOL:  An exercise in Artificial Inelegance.


---(end of broadcast)---
TIP 8: explain analyze is your friend