We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4464303 commit ff2faeeCopy full SHA for ff2faee
src/pl/plpython/expected/plpython_types_3.out
@@ -354,6 +354,14 @@ CONTEXT: PL/Python function "test_type_conversion_float8"
354
355
(1 row)
356
357
+SELECT * FROM test_type_conversion_float8(100100100.654321);
358
+INFO: (100100100.654321, <class 'float'>)
359
+CONTEXT: PL/Python function "test_type_conversion_float8"
360
+ test_type_conversion_float8
361
+-----------------------------
362
+ 100100100.654321
363
+(1 row)
364
+
365
CREATE FUNCTION test_type_conversion_oid(x oid) RETURNS oid AS $$
366
plpy.info(x, type(x))
367
return x
0 commit comments