CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
database
> Postgresql database how to export the data table and import the data table
Postgresql database how to export the data table and import the data table
Time:11-28
Postgresql database how to export the data table and import the data table
CodePudding user response:
Export
Pg_dump -p port -u username -t table - f XXX. SQL database
Page link:
https//www.codepudding.com/database/89046.html
Prev:
Multiple drop-down form called a DATAWINDOW, how to dynamically the DATAWINDOW
Next:
The cause of the slow connection Gbase8d directory server
Tags:
PostgreSQL
Related
Links:
CodePudding