mecabmecab95
mecabmecab95

Reputation: 101

Export sql script with data from postgres database with pgAdmin

Hello i want to Export sql script with data from postgres database with pgAdmin but i have a problem and i didn't know where i will get my sql file exported.

Here after i did a backup and format plain and type of objects blobs

Upvotes: 0

Views: 536

Answers (2)

rd_nielsen
rd_nielsen

Reputation: 2459

The --file specification in the command line identifies the name and path to the dump file that is created.

Upvotes: 1

simonmikkelsen
simonmikkelsen

Reputation: 92

pgAdmin may have started a download in the background. Most modern browsers auto saves the download in the systems Downloads folder, but that all depends on the browser. If you have an icon that shows latest downloaded files you can also look there.

Upvotes: 0

Related Questions