testdb

October 18, 2025 ยท View on GitHub

Description

Sample PostgreSQL database document.

Viewpoints

NameDescription
postfor post
administratoradministrator schema only

Tables

NameColumnsCommentType
public.users6Users tableBASE TABLE
public.user_options4User options tableBASE TABLE
public.posts8Posts tableBASE TABLE
public.comments7Comments
Multi-line
table
comment
BASE TABLE
public.comment_stars6BASE TABLE
public.logs7audit log tableBASE TABLE
public.post_comments7post and comments View tableVIEW
public.post_comment_stars5MATERIALIZED VIEW
public.CamelizeTable2BASE TABLE
public.hyphen-table4BASE TABLE
administrator.blogs6admin blogsBASE TABLE
backup.blogs5BASE TABLE
backup.blog_options4BASE TABLE
time.bar1BASE TABLE
time.hyphenated-table1BASE TABLE
time.referencing3BASE TABLE

Stored procedures and functions

NameReturnTypeArgumentsType
public.uuid_niluuidFUNCTION
public.uuid_ns_dnsuuidFUNCTION
public.uuid_ns_urluuidFUNCTION
public.uuid_ns_oiduuidFUNCTION
public.uuid_ns_x500uuidFUNCTION
public.uuid_generate_v1uuidFUNCTION
public.uuid_generate_v1mcuuidFUNCTION
public.uuid_generate_v3uuidnamespace uuid, name textFUNCTION
public.uuid_generate_v4uuidFUNCTION
public.uuid_generate_v5uuidnamespace uuid, name textFUNCTION
public.update_updatedtriggerFUNCTION
public.reset_commentvoidIN comment_id integerPROCEDURE

Enums

NameValues
public.post_typesdraft, private, public

Relations

er


Generated by tbls