Hi,
there's an option in Postgres to set output to HTML format.
I was wondering if there's a way after connecting to the database, to turn this option On (using a script language ( PHP) or Postgres Function ( C or plpgsql )) And a way to get the HTML result in order to output the result directly ??
If there's a way , what are the side effects if we use it ?? (speed - load ...)