Re: [GENERAL] updategram in pg

2006-03-31 Thread Jim Nasby
No, but you should be able to build something similar using a language that understands XML. You could then pass something like this to the database: SELECT updategram.update('big-ole XML string'); If you wanted to get even more fancy, you could create a daemon that would accept connection

[GENERAL] updategram in pg

2006-03-29 Thread SunWuKung
Is there a way to store update/insert logic in the data instead of writing db or application procedures to do that? I am looking for something along the lines of MS updategrams like this: Thanks for the help. Balázs ---(end of broadcast)--