Обсуждение: misprints

Поиск
Список
Период
Сортировка

misprints

От
Igor Vlasenko
Дата:
There are misprints in postgres doc., in :
Chapter 10. PL/pgSQL - SQL Procedural Language (c40914117.htm)

Statements
...
(resulting in a PL/pgSQL internal SELECT).
But there are cases where someone isn't interested int
-----------------------------------------(have to be)-->
But there are cases where someone isn't interested in
     the functions result.

 RAISE level format''
--(have to be)-->
 RAISE level 'format'



Re: misprints

От
Bruce Momjian
Дата:
Fix applied.  Thanks.

> There are misprints in postgres doc., in :
> Chapter 10. PL/pgSQL - SQL Procedural Language (c40914117.htm)
>
> Statements
> ...
> (resulting in a PL/pgSQL internal SELECT).
> But there are cases where someone isn't interested int
> -----------------------------------------(have to be)-->
> But there are cases where someone isn't interested in
>      the functions result.
>
>  RAISE level format''
> --(have to be)-->
>  RAISE level 'format'
>
>
>


--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Re: misprints

От
Thomas Lockhart
Дата:
> There are misprints in postgres doc., in :
> Chapter 10. PL/pgSQL - SQL Procedural Language (c40914117.htm)

Thanks. Got it.

                    - Thomas

Re: misprints

От
"Oliver Elphick"
Дата:
Bruce Momjian wrote:
  >Fix applied.  Thanks.
...
  >> (resulting in a PL/pgSQL internal SELECT).
  >> But there are cases where someone isn't interested int
  >> -----------------------------------------(have to be)-->
  >> But there are cases where someone isn't interested in
  >>      the functions result.

Please alter "functions" to "function's"

--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47  6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
                 ========================================
     "And, behold, I come quickly; and my reward is with me,
      to give every man according as his work shall be."
                               Revelation 22:12



Re: misprints

От
Bruce Momjian
Дата:
Fixed, and I few more.

> Bruce Momjian wrote:
>   >Fix applied.  Thanks.
> ...
>   >> (resulting in a PL/pgSQL internal SELECT).
>   >> But there are cases where someone isn't interested int
>   >> -----------------------------------------(have to be)-->
>   >> But there are cases where someone isn't interested in
>   >>      the functions result.
>
> Please alter "functions" to "function's"
>
> --
> Oliver Elphick                                Oliver.Elphick@lfix.co.uk
> Isle of Wight                              http://www.lfix.co.uk/oliver
> PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47  6B 7E 39 CC 56 E4 C1 47
> GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
>                  ========================================
>      "And, behold, I come quickly; and my reward is with me,
>       to give every man according as his work shall be."
>                                Revelation 22:12
>
>
>


--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026