<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Churros Blog</title><description>Notes from the Churros team.</description><link>https://churros.sh</link><item><title>SQL Date Format: A Postgres-First Practical Guide</title><link>https://churros.sh/blog/sql-date-format-postgres-guide</link><guid isPermaLink="true">https://churros.sh/blog/sql-date-format-postgres-guide</guid><description>A practical Postgres-first guide to SQL date formatting, ISO 8601, TO_CHAR, cross-dialect patterns, timezone handling, and index-friendly date filters.</description><pubDate>Sat, 09 May 2026 00:00:00 GMT</pubDate></item><item><title>SQL Query to Add Column with Default Value: A Guide</title><link>https://churros.sh/blog/sql-query-add-column-default-value-guide</link><guid isPermaLink="true">https://churros.sh/blog/sql-query-add-column-default-value-guide</guid><description>A practical PostgreSQL guide to adding a column with a default value, covering ALTER TABLE syntax, locking behavior, table rewrites, and safer production migration patterns.</description><pubDate>Sat, 09 May 2026 00:00:00 GMT</pubDate></item><item><title>How to Postgres Delete User: The Safe Way (2026 Guide)</title><link>https://churros.sh/blog/postgres-delete-user-safe-guide</link><guid isPermaLink="true">https://churros.sh/blog/postgres-delete-user-safe-guide</guid><description>A production-minded sequence for removing a Postgres role — terminate sessions, audit database and object ownership, REASSIGN OWNED, DROP OWNED, then DROP USER — with a cluster-wide script for multi-database cleanup.</description><pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate></item><item><title>8 SQL CASE Statement Examples in Postgres</title><link>https://churros.sh/blog/sql-case-statement-examples-postgres</link><guid isPermaLink="true">https://churros.sh/blog/sql-case-statement-examples-postgres</guid><description>Eight practical CASE patterns — from categorical mapping and conditional aggregation to pivots, custom sorts, conditional updates, and window-function running totals — with the workflow for testing each one before it ships.</description><pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate></item><item><title>Your Next SQL Client for Mac: The 2026 Developer Guide</title><link>https://churros.sh/blog/sql-client-for-mac-2026-guide</link><guid isPermaLink="true">https://churros.sh/blog/sql-client-for-mac-2026-guide</guid><description>What to actually look for in a SQL client when you live in Postgres on macOS — native feel, safe editing, schema-aware autocomplete, and connection ergonomics that match how cloud Postgres works today.</description><pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate></item><item><title>Start a Postgres Server on Mac: A Complete Guide</title><link>https://churros.sh/blog/start-a-postgres-server-on-mac</link><guid isPermaLink="true">https://churros.sh/blog/start-a-postgres-server-on-mac</guid><description>Four realistic ways to run Postgres locally on macOS — Homebrew Services, Postgres.app, Docker, and manual pg_ctl — with the trade-offs, gotchas, and the failures that waste the most time.</description><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate></item><item><title>Subtraction in SQL Query: Postgres Guide 2026</title><link>https://churros.sh/blog/subtraction-in-sql-query-postgres-guide</link><guid isPermaLink="true">https://churros.sh/blog/subtraction-in-sql-query-postgres-guide</guid><description>A practical Postgres guide to subtraction — numeric arithmetic, date and time math, set subtraction with EXCEPT, window-function comparisons, and the NULL and casting pitfalls that bite in production.</description><pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate></item></channel></rss>