James Stone: TILs on postgres

Atom feed for postgres

postgres DDL Postgres Macros - 2025-01-29

In postgres you may find yourself repeating common operations on all your tables. For example adding an audit log, created times, modified user etc. …

postgres Alias plpgsql variables - 2022-11-24

Inside plpgsql function you can often get naming conflicts between input parameters and column / table names …