如何在PostgreSQL 8.4中导入现有的* .sql文件? [英] How to import existing *.sql files in PostgreSQL 8.4?

查看:96
本文介绍了如何在PostgreSQL 8.4中导入现有的* .sql文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用PostgreSQL 8.4,我有一些* .sql文件可以导入到数据库中。我怎么能这样做?

I am using PostgreSQL 8.4, and I have some *.sql files to import into a database. How can I do so?

推荐答案

在命令行中首先到达psql所在的目录然后编写如下命令:

in command line first reach the directory where psql is present then write commands like this:

psql [database name] [username]

然后按回车psql要求密码给用户密码:

and then press enter psql asks for password give the user password:

然后写

> \i [full path and file name with extension]

然后按enter insert done。

then press enter insertion done.

这篇关于如何在PostgreSQL 8.4中导入现有的* .sql文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆