Is it possible to output some text to a file (a fifo actually) from a PostgreSQL trigger written in plpgsql?
I know I could create a C trigger for that, I was wondering if it could be done in plpgsql.
|
Is it possible to output some text to a file (a fifo actually) from a PostgreSQL trigger written in plpgsql? I know I could create a C trigger for that, I was wondering if it could be done in plpgsql. |
||||
|
|
If you don't need to append to the file (i.e. always create a new one) |
|||
|
|