Is it possible to create a PostGIS database with FME ?
Yes, but only manually. You can use a SQLCreator or SQLExecutor to do something like:
CREATE DATABASE my_database WITH OWNER = my_db_owner ENCODING = 'UTF8' TABLESPACE = my_tablespace
Then, in a second SQLExecutor, connect to my_database and execute:
CREATE EXTENSION IF NOT EXISTS postgis SCHEMA public
See also the docs:
https://www.postgresql.org/docs/current/sql-createdatabase.html
https://www.postgresql.org/docs/current/sql-createextension.html
You beat me again! :p
Thanks @david_r ! I'll give it a try
16 votes
14 votes
11 votes
9 votes
8 votes
7 votes
6 votes
5 votes
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.
We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.