你可以试试用命令行把表结构导出到文本文件,然后copy到word文档 psql -d 数据库名称 -U 用户名 -c "\d 表名称" > file.txt
导出整个数据库
pg_dump -h localhost -u postgres(用户名) 数据库名(缺省时同用户名) >/data/dum.sql
导出某个表
pg_dump -h localhost -u postgres(用户名) 数据库名(缺省时同用户名) -t table(表名) >/data/dum.sql
用户登录
还没有账号?立即注册
用户注册
投稿取消
| 文章分类: |
|
还能输入300字
上传中....
我是一只不吃鱼的猫