Re: plpgsql string concatanation

From: Martin Marques <martin(at)bugs(dot)unl(dot)edu(dot)ar>
To: Doug McNaught <doug(at)mcnaught(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: plpgsql string concatanation
Date: 2003-11-28 12:45:24
Message-ID: 200311280945.24689.martin@bugs.unl.edu.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

El Vie 28 Nov 2003 09:44, Doug McNaught escribió:
> Martin Marques <martin(at)bugs(dot)unl(dot)edu(dot)ar> writes:
> > Is it posible to do string concatanation in plpgsql?
> >
> > Somthing like:
> >
> > sec := ''some string here'' . NEW.id;
> >
> > Is there a way to do this? I need te value of that new string for things
> > that come after, and couldn't find much in the PL documentation.
>
> Oddly enough, your signature holds the key!

Exactly!!!!
That makes me fill even worst! :-(

As I said, it was in front of me, and the tree didn't let me see the
forest. :-)

--
09:43:01 up 2 days, 16:07, 1 user, load average: 1.14, 1.34, 1.07
-----------------------------------------------------------------
Martín Marqués | select 'mmarques' || '@' || 'unl.edu.ar'
Centro de Telematica | DBA, Programador, Administrador
Universidad Nacional
del Litoral
-----------------------------------------------------------------

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joerg Erdmenger 2003-11-28 12:49:11 Re: plpgsql string concatanation
Previous Message Doug McNaught 2003-11-28 12:44:14 Re: plpgsql string concatanation