diff options
Diffstat (limited to 'src/bin/pgaccess/lib/help/pgfunctions.hlp')
-rw-r--r-- | src/bin/pgaccess/lib/help/pgfunctions.hlp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/bin/pgaccess/lib/help/pgfunctions.hlp b/src/bin/pgaccess/lib/help/pgfunctions.hlp new file mode 100644 index 00000000000..5e71ce76712 --- /dev/null +++ b/src/bin/pgaccess/lib/help/pgfunctions.hlp @@ -0,0 +1,13 @@ +.pgaw:Help.f.t insert end \ +"PostgreSQL functions" {title} \ +" + +Many data types have functions available for conversion to other related types. In addition, there are some type-specific functions. Some functions are also available through operators and may be documented as operators only. + +" {} \ +"\tSQL functions\n" {link sqlfunc} \ +"\tMathematical functions\n" {link mathfunc} \ +"\tString functions\n" {link stringfunc} \ +"\tDate/Time functions\n" {link datefunc} \ +"\tGeometric functions\n" {link geomfunc} \ +"\tIP V4 functions" {link ipv4func} |