Our newest extension, pg_lakehouse, transforms Postgres into a DuckDB alternative. Like DuckDB, pg_lakehouse allows Postgres to directly query external object stores like S3, table formats like Delta Lake, and file formats like Parquet. There are two main goals of pg_lakehouse: Enable fast analytics over data lakes without any tools besides Postgres. Easily join and move data between Postgres tabl
