File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -26879,21 +26879,12 @@ SELECT currval(pg_get_serial_sequence('sometable', 'id'));
26879
26879
directly.
26880
26880
</para>
26881
26881
<para>
26882
- <literal>select * from pg_input_error_info('42000000000', 'integer')</literal>
26882
+ <literal>SELECT * FROM pg_input_error_info('42000000000', 'integer')</literal>
26883
26883
<returnvalue></returnvalue>
26884
26884
<programlisting>
26885
26885
message | detail | hint | sql_error_code
26886
26886
------------------------------------------------------+--------+------+----------------
26887
26887
value "42000000000" is out of range for type integer | | | 22003
26888
- </programlisting>
26889
- </para>
26890
- <para>
26891
- <literal>select message, detail from pg_input_error_info('1234.567', 'numeric(7,4)')</literal>
26892
- <returnvalue></returnvalue>
26893
- <programlisting>
26894
- message | detail
26895
- ------------------------+----------------------------------&zwsp;-------------------------------------------------
26896
- numeric field overflow | A field with precision 7, scale 4 must round to an absolute value less than 10^3.
26897
26888
</programlisting>
26898
26889
</para></entry>
26899
26890
</row>
You can’t perform that action at this time.
0 commit comments