Live data from Hacker News

OpenAI: Increased errors across API and ChatGPT

status.openai.com

1–10 of 67 posts

Re: OpenAI: Increased errors across API and ChatGPT

#2
> OK I have a table in postgresql and I am adding a trigger such that when an insert happens on that table, an insert happens on another table. The second table has a constraint. What happens to the first insert if the second insert violates the constraint?

How can I get help with this now?

Google result 1: https://stackoverflow.com/questions/77148711/create-a-trigge...

Google result 2: https://dba.stackexchange.com/questions/307448/postgresql-tr...

Like 90% of my questions like this are going to ChatGPT these days.

I can figure it out via the docs, but ChatGPT is SO convenient for things like this.

Re: OpenAI: Increased errors across API and ChatGPT

#4

> OK I have a table in postgresql and I am adding a trigger such that when an insert happens on that table, an insert happens on another table. The second table has a constraint. What happens to the first insert if the second insert violates the constraint? How can I get help with this now? Google result 1: https://stackoverflow.com/questions/77148711/create-a-trigge... Google result 2: https://dba.stackexchange.com/…

[deleted]

Re: OpenAI: Increased errors across API and ChatGPT

#5
post #3

Not working for me. Am I going to have to read docs or search Google like some boomer?

(speaking as a just-slightly-pre-Boomer) Yes. But probably not for long.

However, you might want to get used to it, as it looks like it might happen not uncommonly.

Re: OpenAI: Increased errors across API and ChatGPT

#7

> OK I have a table in postgresql and I am adding a trigger such that when an insert happens on that table, an insert happens on another table. The second table has a constraint. What happens to the first insert if the second insert violates the constraint? How can I get help with this now? Google result 1: https://stackoverflow.com/questions/77148711/create-a-trigge... Google result 2: https://dba.stackexchange.com/…

Agreed that chatgpt is great for this kind of thing - a coworker is working on this GPT specifically for postgres https://chat.openai.com/g/g-uXYoYQEFi-sql-sage

But with it being down, my biggest advice would be to try it and see. something like dbfiddle.uk is perfect for these kinds of tests.

Re: OpenAI: Increased errors across API and ChatGPT

#10

> OK I have a table in postgresql and I am adding a trigger such that when an insert happens on that table, an insert happens on another table. The second table has a constraint. What happens to the first insert if the second insert violates the constraint? How can I get help with this now? Google result 1: https://stackoverflow.com/questions/77148711/create-a-trigge... Google result 2: https://dba.stackexchange.com/…

> What happens to the first insert if the second insert violates the constraint?

Try it and see? Why do you need an AI to help with this?

Post reply on HN