PostgreSQL Maestro online Help
Prev | Return to chapter overview | Next |
Parameter Editor
The editor allows you to change the Parameter name, Data type.
The Scope box is available for PostgreSQL server 8.1+. Earlier versions support the INPUT value for the function parameters scope only. For PostgreSQL 8.4.+ it's possible to specify Variadic parameters. This allows you to write a function with an indefinite number of parameters, as long as they are all the same data type.
Prev | Return to chapter overview | Next |