postgresql.md 453 Bytes

postgresql

创建用户

  • createuser.exe -s -P scott -U postgres
  • psql –h localhost –p 5432 –U scott
  • 修改密码 alter user scott with password '159482673';

基本命令

    \l   列举数据库