Re: File I/O

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: File I/O
Date: 2007-04-24 18:56:13
Message-ID: 20070424185613.GB3313@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

am Tue, dem 24.04.2007, um 9:29:15 -0500 mailte Greg Lindstrom folgendes:
> Hello-
> Is it possible to read and write directly to data (text) files using
> PL/pgSQL?

No, because pl/pgsql is a trusted language. Do you need file access,
then you can use a untrusted language like pl/perlU or pl/sh or other,
but not pl/pgsql.

Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net

In response to

  • File I/O at 2007-04-24 14:29:15 from Greg Lindstrom

Browse pgsql-novice by date

  From Date Subject
Next Message Ing. Sergio Lima 2007-04-25 05:33:04 Comparison of dates
Previous Message Sean Davis 2007-04-24 18:41:40 Re: File I/O