Mit Postgres 9.0+ können Sie schreiben:
select string_agg(product,' | ' order by product) from "tblproducts"
Details hier.
Mit Postgres 9.0+ können Sie schreiben:
select string_agg(product,' | ' order by product) from "tblproducts"
Details hier.