![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I know the difference beetwen Proc and Func, the former shoud not return a value and the latter should. But it seems that within Postgres they have different meanings. Could someone explain this to me? |
#3
| |||
| |||
|
|
Corrado Alesso <coPUNTOalesso (AT) fastwebnet (DOT) it> wrote: Hi, I know the difference beetwen Proc and Func, the former shoud not return a value and the latter should. But it seems that within Postgres they have different meanings. Could someone explain this to me? It is simple: PostgreSQL does not have procedures as specified by the SQL standard. You can, however, declare a function of return type void. Yours, Laurenz Albe |
![]() |
| Thread Tools | |
| Display Modes | |
| |