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 f4dc09d commit 2cc8c9bCopy full SHA for 2cc8c9b
src/udf.c
@@ -107,6 +107,7 @@ gen_create_table_sql(PG_FUNCTION_ARGS)
107
SPI_getvalue(SPI_tuptable->vals[0], SPI_tuptable->tupdesc, 1));
108
SPI_finish();
109
join_path_components(pg_dump_path, pg_dump_path, "pg_dump");
110
+ canonicalize_path(pg_dump_path);
111
112
cmd = psprintf("%s -t '%s' --schema-only --dbname='%s' 2>&1",
113
pg_dump_path, relation, connstring);
0 commit comments