“Why do I get psql syntax errors when trying to run an SQL script to create a table in Postgresql?”
I was provided a .sql script containing a query to create a table. I trust the source of the script, so I am wondering if the problem is how/where I'm running it. I'm running it in psql, using a call…