File tree Expand file tree Collapse file tree 2 files changed +0
-103
lines changed Expand file tree Collapse file tree 2 files changed +0
-103
lines changed Original file line number Diff line number Diff line change @@ -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:
Original file line number Diff line number Diff line change 390
390
</informaltable>
391
391
</sect3>
392
392
</sect2>
393
- <sect2 id="pg-variables-error-messages">
394
- <title>Error messages</title>
395
- <itemizedlist spacing="compact">
396
- <listitem>
397
- <para>
398
- "array argument can not be NULL"
399
- </para>
400
- </listitem>
401
- <listitem>
402
- <para>
403
- "could not identify a hash function for type %s"
404
- </para>
405
- </listitem>
406
- <listitem>
407
- <para>
408
- "could not identify a matching function for type %s"
409
- </para>
410
- </listitem>
411
- <listitem>
412
- <para>
413
- "function returning record called in context that cannot
414
- accept type record"
415
- </para>
416
- </listitem>
417
- <listitem>
418
- <para>
419
- "name "%s" is too long"
420
- </para>
421
- </listitem>
422
- <listitem>
423
- <para>
424
- "new record structure differs from variable
425
- "%s" structure"
426
- </para>
427
- </listitem>
428
- <listitem>
429
- <para>
430
- "package name can not be NULL"
431
- </para>
432
- </listitem>
433
- <listitem>
434
- <para>
435
- "record argument can not be NULL"
436
- </para>
437
- </listitem>
438
- <listitem>
439
- <para>
440
- "requested value type differs from variable
441
- "%s" key type"
442
- </para>
443
- </listitem>
444
- <listitem>
445
- <para>
446
- "searching for elements in multidimensional arrays is not
447
- supported"
448
- </para>
449
- </listitem>
450
- <listitem>
451
- <para>
452
- "there is a record in the variable "%s" with
453
- same key"
454
- </para>
455
- </listitem>
456
- <listitem>
457
- <para>
458
- "unrecognized package "%s""
459
- </para>
460
- </listitem>
461
- <listitem>
462
- <para>
463
- "unrecognized variable "%s""
464
- </para>
465
- </listitem>
466
- <listitem>
467
- <para>
468
- "variable "%s" requires %s value"
469
- </para>
470
- </listitem>
471
- <listitem>
472
- <para>
473
- "variable name can not be NULL"
474
- </para>
475
- </listitem>
476
- </itemizedlist>
477
- </sect2>
478
393
<sect2 id="pg-variables-examples">
479
394
<title>Examples</title>
480
395
<para>
You can’t perform that action at this time.
0 commit comments