fix: allow cast on types with underscores/numbers
e.g. select=oid_array::_int4
This commit is contained in:
committed by
Steve Chavez
parent
867f2569a0
commit
d88b16e5ab
Vendored
+4
-4
@@ -2589,7 +2589,7 @@ CREATE TABLE test.xmltest (
|
||||
xml pg_catalog.xml NOT NULL
|
||||
);
|
||||
|
||||
INSERT INTO test.xmltest VALUES
|
||||
(1, '<myxml>foo</myxml>'),
|
||||
(2, 'bar'),
|
||||
(3, '<foobar><baz/></foobar>');
|
||||
CREATE TABLE oid_test(
|
||||
id int,
|
||||
oid_col oid,
|
||||
oid_array_col oid[]);
|
||||
|
||||
Reference in New Issue
Block a user