Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. iteration9x

    Trouble with Newline in plpgsql

    Hi I'm trying to concatenate to strings together with a newline. CREATE OR REPLACE FUNCTION concat() RETURNS TEXT AS ' DECLARE str text; strn text = E'\n' <- This breaks. BEGIN str = ''number of completed'' || strn; str = str || str; RETURN str; END ' Language plpgsql; Thanks...

Part and Inventory Search

Back
Top