Skip to content

Commit 7902358

Browse files
author
Artur Zakirov
committed
Remove error message list
1 parent 0665761 commit 7902358

File tree

2 files changed

+0
-103
lines changed

2 files changed

+0
-103
lines changed

contrib/pg_variables/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:

doc/src/sgml/pg_variables.sgml

Lines changed: 0 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -390,91 +390,6 @@
390390
</informaltable>
391391
</sect3>
392392
</sect2>
393-
<sect2 id="pg-variables-error-messages">
394-
<title>Error messages</title>
395-
<itemizedlist spacing="compact">
396-
<listitem>
397-
<para>
398-
&quot;array argument can not be NULL&quot;
399-
</para>
400-
</listitem>
401-
<listitem>
402-
<para>
403-
&quot;could not identify a hash function for type %s&quot;
404-
</para>
405-
</listitem>
406-
<listitem>
407-
<para>
408-
&quot;could not identify a matching function for type %s&quot;
409-
</para>
410-
</listitem>
411-
<listitem>
412-
<para>
413-
&quot;function returning record called in context that cannot
414-
accept type record&quot;
415-
</para>
416-
</listitem>
417-
<listitem>
418-
<para>
419-
&quot;name &quot;%s&quot; is too long&quot;
420-
</para>
421-
</listitem>
422-
<listitem>
423-
<para>
424-
&quot;new record structure differs from variable
425-
&quot;%s&quot; structure&quot;
426-
</para>
427-
</listitem>
428-
<listitem>
429-
<para>
430-
&quot;package name can not be NULL&quot;
431-
</para>
432-
</listitem>
433-
<listitem>
434-
<para>
435-
&quot;record argument can not be NULL&quot;
436-
</para>
437-
</listitem>
438-
<listitem>
439-
<para>
440-
&quot;requested value type differs from variable
441-
&quot;%s&quot; key type&quot;
442-
</para>
443-
</listitem>
444-
<listitem>
445-
<para>
446-
&quot;searching for elements in multidimensional arrays is not
447-
supported&quot;
448-
</para>
449-
</listitem>
450-
<listitem>
451-
<para>
452-
&quot;there is a record in the variable &quot;%s&quot; with
453-
same key&quot;
454-
</para>
455-
</listitem>
456-
<listitem>
457-
<para>
458-
&quot;unrecognized package &quot;%s&quot;&quot;
459-
</para>
460-
</listitem>
461-
<listitem>
462-
<para>
463-
&quot;unrecognized variable &quot;%s&quot;&quot;
464-
</para>
465-
</listitem>
466-
<listitem>
467-
<para>
468-
&quot;variable &quot;%s&quot; requires %s value&quot;
469-
</para>
470-
</listitem>
471-
<listitem>
472-
<para>
473-
&quot;variable name can not be NULL&quot;
474-
</para>
475-
</listitem>
476-
</itemizedlist>
477-
</sect2>
478393
<sect2 id="pg-variables-examples">
479394
<title>Examples</title>
480395
<para>

0 commit comments

Comments
 (0)