Actions requiring commit - Mailing list pgsql-novice

From Lee
Subject Actions requiring commit
Date
Msg-id 4B7849DA.4030500@JamToday.com
Whole thread Raw
Responses Re: Actions requiring commit
List pgsql-novice
This may sound wierd for those not coming from an Oracle background, but
in Oracle land, certain actions such as writing to a native operating
system file,
placing a job on a queue for asynchronous processing, and such like
actions don't actually happen until commit time.

What's the postgres story? If I write to a native operating system file,
(and don't commit), does the output appear immediately (no counting internal
small delay) ?

What about issuing a "system" (shell) comnmand? Causing an signal,  (er
"Notify" in postrges land, I guess) , putting something on a queue via
PGQ or similar
tool?

Do all or any of those require a commit to "make it so" or not?



pgsql-novice by date:

Previous
From: Mag Gam
Date:
Subject: storing a text file
Next
From: Joshua Tolley
Date:
Subject: Re: storing a text file