close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Changes between Version 16 and Version 17 of jazz/PostgreSQL


Ignore:
Timestamp:
Apr 10, 2018, 4:14:34 PM (8 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/PostgreSQL

    v16 v17  
    243243-bash-4.2$ psql -d postgres ### 使用 postgres 資料庫
    244244postgres=# ALTER USER 使用者名稱 WITH ENCRYPTED PASSWORD '密碼';
    245 postgres=# GRANT ALL PRIVILEDGES ON DATABASE 資料庫名稱 TO 使用者名稱;
     245postgres=# GRANT ALL PRIVILEGES ON DATABASE 資料庫名稱 TO 使用者名稱;
    246246}}}
    247247