Skip to content

Commit

Permalink
Merge e37c294 into a12d502
Browse files Browse the repository at this point in the history
  • Loading branch information
paulovieira committed Apr 22, 2022
2 parents a12d502 + e37c294 commit 1d9ab51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Currently, there are three different kinds of commands:
SQL snippet. Starting a cleanup, refreshing a materialized view or processing data.

``PROGRAM``
External Command. Anything that can be called as an external binary, including shells, e.g. ``bash``, ``pwsh``, etc.
External Command. Anything that can be called as an external binary, including shells, e.g. ``bash``, ``pwsh``, etc. The external command will be called using golang's `exec.CommandContext <https://pkg.go.dev/os/exec#CommandContext>`_.

``BUILTIN``
Internal Command. A prebuilt functionality included in **pg_timetable**. These include:
Expand Down

0 comments on commit 1d9ab51

Please sign in to comment.