会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Welcome to spaceship9
This is a personal blog of spaceship9 欢迎访问其他博客 http://blog.csdn.net/spaceship20008
博客园
首页
新随笔
联系
订阅
管理
2014年12月27日
PostgreSQL数据的导出导入 save your data!
摘要: PostgreSQL数据的导出导入导出PostgreSQL数据库中的数据:$ pg_dump -U postgres -f mydatabase.sql mydatabase导入数据时首先创建数据库再用psql导入:$ createdb newdatabase$ psql -d newdatabas...
阅读全文
posted @ 2014-12-27 16:18 spaceship9
阅读(442)
评论(0)
推荐(0)
编辑
公告