Re: pgAdmin 4 - How to I import a .sql file?

2018-01-04 Thread velvetpixel
Perfect! Thanks Melvin :) -- Sent from: http://www.postgresql-archive.org/PostgreSQL-pgadmin-support-f2191615.html

Re: pgAdmin 4 - How to I import a .sql file?

2018-01-04 Thread Raymond O'Donnell
On 04/01/18 16:11, velvetpixel wrote: Postgres and pgAdmin newbie. I have a new empty postgres database on my server. I can see it in pgAdmin 4. I have a .sql file I would like to import to populate that DB with tables and data. Open a query window (Tools -> Query Tool), then you can open you

Re: pgAdmin 4 - How to I import a .sql file?

2018-01-04 Thread Melvin Davidson
I am not PgAdmin4 support, but you can:1. Open/select the database in PgAdmin42. In the top menu, Click Tools, Query Tool 3. Click the left most icon in Query Tool and drill down to find the .sql fileyou want. 4. Click Select5. To run, Click the lightning icon (to the right of "No Limit". Melvi

pgAdmin 4 - How to I import a .sql file?

2018-01-04 Thread velvetpixel
Postgres and pgAdmin newbie. I have a new empty postgres database on my server. I can see it in pgAdmin 4. I have a .sql file I would like to import to populate that DB with tables and data. I see no way to do that in pgAdmin 4 -- Sent from: http://www.postgresql-archive.org/PostgreSQL-pgadm