Click any tag below to further narrow down your results
Links
pg_lake allows Postgres to manage Iceberg tables and interact with data stored in object storage like S3. It supports transactions, various data formats, and utilizes DuckDB for efficient query execution. Users can create, modify, and query data seamlessly within Postgres.
Armin Ronacher discusses creating a lightweight SQL library called Absurd for building durable workflows using only Postgres. It enables reliable execution of tasks that can survive failures and restarts by storing state information in the database. The approach avoids the complexity of third-party services, allowing for self-hosted solutions.
RegreSQL automates regression testing for SQL queries in PostgreSQL. It runs your SQL files, compares the output to expected results, and alerts you to any changes. The tool supports snapshot management and allows for configuration of test parameters.
The article explores unique features of PostgreSQL grammar, focusing on custom operators, precedence in compound selects, and various syntax nuances such as string continuation, quoted identifiers, and Unicode escapes. It highlights how these aspects can enhance functionality while also presenting challenges for implementation.