Skip to content

Commit c231aef

Browse files
committed
empty commit
1 parent e45c6eb commit c231aef

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

doc/src/sgml/pg_variables.sgml

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

0 commit comments

Comments
 (0)