dblink_plus icon indicating copy to clipboard operation
dblink_plus copied to clipboard

Send query from PostgreSQL to other RDBMS like contrib/dblink

Results 3 dblink_plus issues
Sort by recently updated
recently updated
newest added

pg: 15 oracle:12c SELECT * FROM dblink.query('server_oracle','select owner, object_name, object_id, created from dba_objects where rownum < 10') as t(c1 text, c2 text, c3 integer, c4 timestamp); -------------------------------------------------------------------------------------------------- SYS .xdk_version_12.2.0.1.0_production 58117...

```sh dblink_plus/dblink_oracle.c:610:3: portability: Returning an integer in a function with pointer return type is not portable. [CastIntegerToAddressAtReturn] return false; ^ ```

according to postgres/postgres@75680c3#diff-4ab3ddf6fc36dec72180e4959fca91a7395d86fe3175f0ae6ceeb29b99faba8cL60