代码如下,我users咋不见了?
Server [localhost]:
Database [postgres]:
Port [5432]:
Username [postgres]:
用户 postgres 的口令:
psql (15.3)
输入 "help" 来获取帮助信息.
postgres=# CREATE TABLE users(name CHAR NOT NULL,password CHAR NOT NULL,email CHAR NOT NULL);
CREATE TABLE
postgres=# \c users
连接到"localhost" (::1)上的服务器,端口5432失败:致命错误: 数据库 "users" 不存在
保留上一次连接
postgres=#