(unnamed)

text/plain

Filename: (unnamed)
Type: text/plain
Part: 0
Message: Re: RAISE concatination/variables in plpgsql
Index: doc/src/sgml/plsql.sgml
===================================================================
RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/src/sgml/plsql.sgml,v
retrieving revision 2.25
diff -c -r2.25 plsql.sgml
*** doc/src/sgml/plsql.sgml	2001/03/23 22:07:50	2.25
--- doc/src/sgml/plsql.sgml	2001/05/08 00:05:24
***************
*** 1306,1312 ****
      <productname>Postgres</productname> elog mechanism.
  
  <synopsis>
! RAISE <replaceable class="parameter">level</replaceable> '<replaceable class="parameter">format</replaceable>' <optional>, <replaceable class="parameter">identifier</replaceable> <optional>...</optional></optional>;
  </synopsis>
  
      Inside the format, <literal>%</literal> is used as a placeholder for the
--- 1306,1312 ----
      <productname>Postgres</productname> elog mechanism.
  
  <synopsis>
! RAISE <replaceable class="parameter">level</replaceable> '<replaceable class="parameter">string</replaceable>' <optional>, <replaceable class="parameter">variable</replaceable> <optional>...</optional></optional>;
  </synopsis>
  
      Inside the format, <literal>%</literal> is used as a placeholder for the