postgres=# select version(); version -------------------------------------------------------------------------------------------------------- PostgreSQL 17.4 on x86_64-pc-linux-gnu, compiled by clang version 19.1.7 (CentOS 19.1.7-1.el9), 64-bit
postgres=# \d postgres_git_repository Table "public.postgres_git_repository" Column | Type | Collation | Nullable | Default -------------------+------+-----------+----------+--------- commit | text | | | first_line_commit | text | | |
postgres=# \h commit Command: COMMIT Description: commit the current transaction Syntax: COMMIT [ WORK | TRANSACTION ] [ AND [ NO ] CHAIN ]