Database Reference
In-Depth Information
Recipient does not exist
(1 row)
postgres=# SELECT * FROM
transfer('Bob','Mary',500.00);
transfer
------------------
Not enough funds
(1 row)
For these checks to always work, you would need to make all transfer operations go
through the function, rather than manually changing the values with SQL statements.
Search WWH ::




Custom Search