Re: writing to file

From: "Joshua b(dot) Jore" <josh(at)greentechnologist(dot)org>
To:
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: writing to file
Date: 2002-04-18 03:34:11
Message-ID: Pine.BSO.4.40.0204172220200.7837-100000@kitten.greentechnologist.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

So I was thinking about this and you probably need to use an untrusted
language like PL/TclU, PL/PerlU, C or C++. The point is that in those
modes you are allowed to operate on things outside of the database itself.
Go be fluent in one of those and start there.

Joshua b. Jore
http://www.greentechnologist.org

On Thu, 18 Apr 2002, Jason Friedman wrote:

> That might be possible using a trigger, but there might be a simpler
> way. What kinds of events/data are you trying to log?
>
> On 2002.04.14 16:57 Bartus Levente wrote:
> > Hi,
> >
> > I would like to make a function that writes some log data into a text
> > file. Can anybody help me?
> >
> > best regards,
> > Levi.
> >
> > ---------------------------(end of
> > broadcast)---------------------------
> > TIP 5: Have you checked our extensive FAQ?
> >
> > http://www.postgresql.org/users-lounge/docs/faq.html
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (OpenBSD)
Comment: For info see http://www.gnupg.org

iD8DBQE8vj60fexLsowstzcRAiP/AKCEhY83DfbZys3LN7SKfbW7RyHOiwCfVru6
Fa/iNnVvA3Chx6cG77HT1aE=
=PFh/
-----END PGP SIGNATURE-----

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message denis 2002-04-18 05:27:03 Re: Newbie in functions
Previous Message Jason Friedman 2002-04-18 02:57:27 Re: writing to file