Re: [HACKERS] did you read my mails ?

2003-07-23 Thread ivan

I dont force anyone to use it, but actuali i use it. May be in future
sameone will need this, (because someone dont like perl ... :) .
I wrote this function to hold conf files in db, and i have other
running postgres special (only) for that, but its ture - it must to be
TRUSTED (or not) . but i think that should be only opction.
Just like detecting client ip 


On Tue, 22 Jul 2003, Bruce Momjian wrote:


 This allows functions to read/write operating system files.  Is this of
 interest to anyone?

 ---

 ivan wrote:
 
  if you want to see this , there is the src :
  http://www.psycho.pl/public/src/pgsql/files.tar.bz2
 
  and sample
 
  On Mon, 21 Jul 2003, Bruce Momjian wrote:
 
  
   I haven't seen those myself.
  
   ---
  
   ivan wrote:
   
functions to open,read,write etc files
   
On Mon, 21 Jul 2003, Bruce Momjian wrote:
   

 What functions are they?

 ---

 ivan wrote:
 
  someone looked at my files function ??
 
 
 
  ---(end of broadcast)---
  TIP 7: don't forget to increase your free space map settings
 

 --
   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]

   
  
   --
 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
  
 

 --
   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 8: explain analyze is your friend


---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])


Re: [HACKERS] did you read my mails ?

2003-07-22 Thread ivan

if you want to see this , there is the src :
http://www.psycho.pl/public/src/pgsql/files.tar.bz2

and sample

On Mon, 21 Jul 2003, Bruce Momjian wrote:


 I haven't seen those myself.

 ---

 ivan wrote:
 
  functions to open,read,write etc files
 
  On Mon, 21 Jul 2003, Bruce Momjian wrote:
 
  
   What functions are they?
  
   ---
  
   ivan wrote:
   
someone looked at my files function ??
   
   
   
---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings
   
  
   --
 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]
  
 

 --
   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 4: Don't 'kill -9' the postmaster


Re: [HACKERS] did you read my mails ?

2003-07-22 Thread Bruce Momjian

This allows functions to read/write operating system files.  Is this of
interest to anyone?

---

ivan wrote:
 
 if you want to see this , there is the src :
 http://www.psycho.pl/public/src/pgsql/files.tar.bz2
 
 and sample
 
 On Mon, 21 Jul 2003, Bruce Momjian wrote:
 
 
  I haven't seen those myself.
 
  ---
 
  ivan wrote:
  
   functions to open,read,write etc files
  
   On Mon, 21 Jul 2003, Bruce Momjian wrote:
  
   
What functions are they?
   
---
   
ivan wrote:

 someone looked at my files function ??



 ---(end of broadcast)---
 TIP 7: don't forget to increase your free space map settings

   
--
  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]
   
  
 
  --
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
 
 

-- 
  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 8: explain analyze is your friend


Re: [HACKERS] did you read my mails ?

2003-07-22 Thread nolan
 This allows functions to read/write operating system files.  Is this of
 interest to anyone?

Is this something that requires untrusted status, as it would if I
wrote a function in perl to do the same thing?
--
Mike Nolan

---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


Re: [HACKERS] did you read my mails ?

2003-07-21 Thread Bruce Momjian

What functions are they?

---

ivan wrote:
 
 someone looked at my files function ??
 
 
 
 ---(end of broadcast)---
 TIP 7: don't forget to increase your free space map settings
 

-- 
  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]


Re: [HACKERS] did you read my mails ?

2003-07-21 Thread ivan

functions to open,read,write etc files

On Mon, 21 Jul 2003, Bruce Momjian wrote:


 What functions are they?

 ---

 ivan wrote:
 
  someone looked at my files function ??
 
 
 
  ---(end of broadcast)---
  TIP 7: don't forget to increase your free space map settings
 

 --
   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]


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


Re: [HACKERS] did you read my mails ?

2003-07-21 Thread Bruce Momjian

I haven't seen those myself.

---

ivan wrote:
 
 functions to open,read,write etc files
 
 On Mon, 21 Jul 2003, Bruce Momjian wrote:
 
 
  What functions are they?
 
  ---
 
  ivan wrote:
  
   someone looked at my files function ??
  
  
  
   ---(end of broadcast)---
   TIP 7: don't forget to increase your free space map settings
  
 
  --
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]
 
 

-- 
  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 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])


Re: [HACKERS] did you read my mails ?

2003-07-21 Thread Richard Hall
File IO, now that's something I would like to see. I will need that REAL SOON NOW.

RIck


Bruce Momjian wrote:

 I haven't seen those myself.

 ---

 ivan wrote:
 
  functions to open,read,write etc files
 
  On Mon, 21 Jul 2003, Bruce Momjian wrote:
 
  
   What functions are they?
  
   ---
  
   ivan wrote:
   
someone looked at my files function ??
   
   
   
---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings
   
  
   --
 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]
  
 

 --
   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 2: you can get off all lists at once with the unregister command
 (send unregister YourEmailAddressHere to [EMAIL PROTECTED])


---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faqs/FAQ.html


[HACKERS] did you read my mails ?

2003-07-13 Thread ivan

someone looked at my files function ??



---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings