Live data from Hacker News

Viewing profile — juleswritescode

juleswritescode

HN member
Joined
Wed, Aug 02, 2023, 6:28 PM UTC
HN karma
38
Public activity
6 items

About juleswritescode

No profile information was provided.

Recent public activity

  1. comment
    Comment #43519372

    Definitely. Of course, I can't promise that we can make it work properly, but it's high on our todo list.

  2. comment
    Comment #43515102

    steinroe is a very fast man: https://github.com/supabase-community/postgres-language-serv...

  3. comment
    Comment #43515061

    Thanks for the report. Hmm, we have some tests for CTEs, so at least we tried to support them. I'll file an issue with your exact query.

  4. comment
    Comment #43514996

    Good question. If you rarely change your db, it'll probably not be as useful. But some platforms (such as Supabase) rely on many parts of Postgres. You use INSERT hooks to trigger …

  5. comment
    Comment #43514950

    Thanks for the feedback. Good points, we'll improve the README. Regarding your questions: 1. It's currently only for SQL statements, but we'll work on function bodies and PL/pgSQL …

  6. comment
    Comment #43514894

    co-author here: The most interesting part is probably the parsing of SQL files. The first issue is that the Postgres parser is complex and always changing, so you can't really roll…