error

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема error
Дата
Msg-id 155378429268.9814.15793833671806862761@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: error
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/xfunc-sql.html
Description:

> hello
> 
> i've descovered a small error - instead of integer should be numeric
> 
> https://www.postgresql.org/docs/9.6/xfunc-sql.html 
> 
> CREATE FUNCTION tf1 (accountno integer, debit numeric) RETURNS integer AS
$$
>     UPDATE bank
>         SET balance = balance - debit
>         WHERE accountno = tf1.accountno;
>     SELECT balance FROM bank WHERE accountno = tf1.accountno;
> $$ LANGUAGE SQL;

В списке pgsql-docs по дате отправления:

Предыдущее
От: Liudmila Mantrova
Дата:
Сообщение: improve examples for JSON functions
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: First SVG graphic