Creating Textfiles out of tables II

From: Martin Möderndorfer <mmoedern(at)linux(dot)stuco(dot)uni-klu(dot)ac(dot)at>
To: pgsql-general(at)postgresql(dot)org
Subject: Creating Textfiles out of tables II
Date: 1999-02-16 17:49:43
Message-ID: 36C9AFB7.9BC5BA7F@linux.stuco.uni-klu.ac.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi again,

okay i missed some very important information in my question:
"----begin of my question"
i have some tables and want to extract results of a query on them into a
text-file. it should be possible to insert ":","{" between the different
tuples.
"-----end of my question

What i left is: A trigger should detect an update in these tables and
should create a textfile because of that.

These tables holds data of some Cascading Style Sheets which can be
selected by a user on a webpage. After a update the DATABASE (sorry but
it must be the database) should produce a *.css file (some header, some
footer and the selected fields, seperated by ":" (shortform)) on UPDATE.

MArtin

Browse pgsql-general by date

  From Date Subject
Next Message Bryan Mattern 1999-02-17 00:09:26 GIS/GPS Experiences with pgsql?
Previous Message jose' soares 1999-02-16 13:44:00 Re: [GENERAL] Creating Textfiles out of tables