Internal functions are functions written in C that have been statically
linked into the PostgreSQL server.
The “body” of the function definition
@@ -28,4 +28,4 @@ CREATE FUNCTION square_root(double precision) RETURNS double precision
Not all “predefined” functions are
“internal” in the above sense. Some predefined
functions are written in SQL.
-