diff options
| author | Bruce Momjian <bruce@momjian.us> | 1999-10-30 16:01:19 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1999-10-30 16:01:19 +0000 |
| commit | dbdb80baca733c4fc07ed4bb748bcdd1186ce2dc (patch) | |
| tree | 619e022ecf72e2996b9fa050786693347c4664e1 /src/bin/pgaccess/lib/help/functions.hlp | |
| parent | c60ecd8f8c576873006febb51eeb23631f032d6d (diff) | |
| download | postgresql-dbdb80baca733c4fc07ed4bb748bcdd1186ce2dc.tar.gz | |
Remove 0.96 for update to 0.98
Diffstat (limited to 'src/bin/pgaccess/lib/help/functions.hlp')
| -rw-r--r-- | src/bin/pgaccess/lib/help/functions.hlp | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/bin/pgaccess/lib/help/functions.hlp b/src/bin/pgaccess/lib/help/functions.hlp deleted file mode 100644 index 2bb4318f7c..0000000000 --- a/src/bin/pgaccess/lib/help/functions.hlp +++ /dev/null @@ -1,32 +0,0 @@ -.pgaw:Help.f.t insert end "Functions" {title} " - - The Functions tab is used to inspect the user defined functions in the\ -database, to define new functions and to alter the existing ones. - - Press the \"New\" button to define a new function. You should enter the\ -function name, the function parameters (if any) separated by comma. \ -If function returns a value, you should specify the " {} \ -"PostgreSQL data type" {link data_types} " that function will return. - - You must also specify the language that will be used to parse the defined\ -function. You could specify SQL, plpgsql, pgtcl or C. Then you should enter the\ -function body. Press \"Save\" button in order to save it - -" {} "Example:" {italic} " - We have a table called \"products\" that is indexed on \"id\" (int4) field and\ -contains the float8 field \"price\". We will define a new function \"get_product_price\"\ -that will return the product price for a given id. - - You should enter " {} "get_product_price" {code} " as the function name, " {} \ -"int4" {code} " in parameters entry, " {} "float8" {code} " for returns, " {} \ -"SQL" {code} " for the language. Then go to the function body definition and type:" {} " - -SELECT price FROM products where id = \$1" {code} " - - To delete a function, select it from the list box and use the menu command\ -Object/Delete. - - For more information see SQL commands " {} "CREATE FUNCTION" {link create_function} " and " {} \ -"DROP FUNCTION" {link drop_function} - - |
