Function Text v1

Description

This page shows the text of a single function.

As of 2023-01-09, I’ll be changing it fairly soon so it can also be used to view the text of all functions, for easy browsing.

Columns

Name Type
schema_id int8
schema varchar
function_id int8
function varchar
function_text varchar

Column Descriptions

schema_id

The schema ID. This column is emitted in CSV exports only.

schema

The schema name.

function_id

The function ID. This column is emitted in CSV exports only.

function

The function name.

function_text

The function text.