username1407·il y a 3 ans·discussMe neither, and thanks to Apple’s idiotic thought of 1 country = 1 language I’m not even allowed to read it my the language of choice. Thanks Apple!
username1407·il y a 3 ans·discussI've read the landing page and I have no idea what this does or who the target audience is.
username1407·il y a 4 ans·discussThat's true.To give an example for your 1st point: If you have the schema users->messages->message_attachments and message_attachments does not store the user_id, you'll have trouble finding all attachments from a specific user.
username1407·il y a 4 ans·discussCan't you use json operators [1] for this?-- Permanently delete message sent by jonDELETE from deleted_record where table_name = 'messages' and data->>'sender' = 'jon';[1] https://www.postgresql.org/docs/15/functions-json.html