Why It's So Hard to Add a Column in the Middle of a PostgreSQL Table
1–10 of 16 posts
Re: Why It's So Hard to Add a Column in the Middle of a PostgreSQL Table
#2Re: Why It's So Hard to Add a Column in the Middle of a PostgreSQL Table
#3Re: Why It's So Hard to Add a Column in the Middle of a PostgreSQL Table
#4Huh interesting. I've always preferred MySQL anyway though these days I obviously use Mariadb because Oracle.
Re: Why It's So Hard to Add a Column in the Middle of a PostgreSQL Table
#5How many times did that point have to be reiterated in unnecessary AI style?
Was the article AI generated. I hope so, if not it really shows how bad AI has degraded our ability to write. Could you at least have read over and cleaned up the prose a bit? That whole section could have been written in straight forward human language, and it would be shorter, clearer and less infuriating to read.
Re: Why It's So Hard to Add a Column in the Middle of a PostgreSQL Table
#6You can even graphically drag-and-drop column order from within SSMS (SQL Server Management Studio), although it’s always seemed sketch AF to me, and I wouldn’t want to do this with a large table unless I had backups and the site/app was set offline due to maintenance.
Even Entity Framework (DotNet) has the ability to define column order, but only on table create (for sure). I cannot remember if an EF migration can insert a column anywhere into the middle or not.
Re: Why It's So Hard to Add a Column in the Middle of a PostgreSQL Table
#7Huh interesting. I've always preferred MySQL anyway though these days I obviously use Mariadb because Oracle.
Out of curiosity, why do you prefer MySQL over Postgres?
Re: Why It's So Hard to Add a Column in the Middle of a PostgreSQL Table
#8But why? SQL is supposed to be declarative, the whole point is that you don't need to care about such trivia. Only when you care about the order in a _result_ do you specify so.
Re: Why It's So Hard to Add a Column in the Middle of a PostgreSQL Table
#9MSSQL Server has had this capability since forever. You can even graphically drag-and-drop column order from within SSMS (SQL Server Management Studio), although it’s always seemed sketch AF to me, and I wouldn’t want to do this with a large table unless I had backups and the site/app was set offline due to maintenance. Even Entity Framework (DotNet) has the ability to define column order, but only on table create (f…
Re: Why It's So Hard to Add a Column in the Middle of a PostgreSQL Table
#10“Here is the catch: that single integer is wearing three hats at once.” How many times did that point have to be reiterated in unnecessary AI style? Was the article AI generated. I hope so, if not it really shows how bad AI has degraded our ability to write. Could you at least have read over and cleaned up the prose a bit? That whole section could have been written in straight forward human language, and it would be…
I research the topic, lay the outlines and let AI write it. Then I further refine section by section with a combination of AI and manual editing).
What you have pointed out is valid and it helps me to improve the process. And I have edited the post based on your suggestion.
As a non-native speaker and engineer with 15+ database development experience, I think I will continue to use AI to assist writing (I rarely use AI if I write in my native language). This post still takes me almost an afternoon to finish, but without AI, it will take me much more time.