pg_quote comes from the Postgres package. FlightAware stores everything in Postgres, so the data is being sanitized and escaped for saving in the database.
D > On Sep 26, 2016, at 4:26 PM, Massimo Manghi <massimo.man...@unipr.it> wrote: > > > On 23-09-2016 22:10, Karl Lehenbauer wrote: >> Heck yes! >> > > Karl, in the chunk of code you pasted in your message a few days ago two > functions are missing: pg_quote and force_sanitize_response_string. I can > figure out the purpose of pg_quote and attempt to replicate it myself, the > latter seems to allude to a deeper level of control and manipulation of the > input. Is that something similar to escaping SGML chars in the string or > there is more input sanitation in that function? > > -- Massimo > > --------------------------------------------------------------------- > To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org > For additional commands, e-mail: rivet-dev-h...@tcl.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org For additional commands, e-mail: rivet-dev-h...@tcl.apache.org