| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk>, "'pgsql-bugs(at)postgresql(dot)org'" <pgsql-bugs(at)postgresql(dot)org> |
| Subject: | Re: RAISE concatination/variables in plpgsql |
| Date: | 2001-05-08 00:28:58 |
| Message-ID: | 200105080028.f480Swi15885@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
OK, SGML updated.
> I wrote:
> >> Probably. And 'format' is even more misleading, since it implies that
> >> you write a printf-like format string, which you do not. The output is
> >> just the concatenation of the literal and the variable values.
>
> Ugh. Should've read the code before pontificating ;-). The code makes
> clear what is quite unclear in the docs:
> /*
> * Occurences of a single % are replaced by the next arguments
> * external representation. Double %'s are left as is so elog()
> * will also don't touch them.
> */
> So "format" is appropriate, but the next sentence could use some
> improvement.
>
> regards, tom lane
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| Attachment | Content-Type | Size |
|---|---|---|
| unknown_filename | text/plain | 1.8 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | pgsql-bugs | 2001-05-08 00:33:42 | interval( 'seconds 27960' ) is broken |
| Previous Message | Tom Lane | 2001-05-08 00:28:33 | Re: Re: backend dies on 7.1.1 loading large datamodel. |