I have been working on porting some Oracle DB code to Postgres, and I am noticing some nomenclature differences (Schemas vs Databases) etc. What are some good resources for dealing with these gotchas? Any tips? What needs to be kept in mind?
Share
Just take a look at the wiki What do you mean by “schemas vs databases” ? PostgreSQL does have schema’s, just like databases. By default it doesn’t have a schema for every user, but that’s up to you.