Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e4da0b1

Browse files
author
Artur Zakirov
committed
Remove error message list
1 parent b3039de commit e4da0b1

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -93,24 +93,6 @@ Function | Returns
9393
`pgv_list()` | `table(package text, name text)`
9494
`pgv_stats()` | `table(package text, used_memory bigint)`
9595

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-
11496
## Examples
11597

11698
It is easy to use functions to work with scalar variables:

0 commit comments

Comments
 (0)