@@ -93,24 +93,6 @@ Function | Returns
93
93
` pgv_list() ` |` table(package text, name text) `
94
94
` pgv_stats() ` |` table(package text, used_memory bigint) `
95
95
96
- ##Error messages
97
-
98
- * "array argument can not be NULL"
99
- * "could not identify a hash function for type %s"
100
- * "could not identify a matching function for type %s"
101
- * "function returning record called in context that cannot accept type record"
102
- * "name "%s" is too long"
103
- * "new record structure differs from variable "%s" structure"
104
- * "package name can not be NULL"
105
- * "record argument can not be NULL"
106
- * "requested value type differs from variable "%s" key type"
107
- * "searching for elements in multidimensional arrays is not supported"
108
- * "there is a record in the variable "%s" with same key"
109
- * "unrecognized package "%s""
110
- * "unrecognized variable "%s""
111
- * "variable "%s" requires %s value"
112
- * "variable name can not be NULL"
113
-
114
96
##Examples
115
97
116
98
It is easy to use functions to work with scalar variables: