I know, that it possible to write python code in postgresql with PL/Python Functions. Is it possible to call cmd command from postgresql? I need to use pg_repack, not from terminal as usual, but from procedures from postgresql.
-
You probably can. But I didn't try it. github.com/petere/plshjian– jian2023-01-10 07:07:15 +00:00Commented Jan 10, 2023 at 7:07
-
2Consider using pg_squeeze instead, which does not need a client component.Laurenz Albe– Laurenz Albe2023-01-10 07:09:21 +00:00Commented Jan 10, 2023 at 7:09
Add a comment
|