12月 13 2006
PostgreSQLへユーザーを追加する場合のメモ。
$ createuser -P [username]
psql> CREATE USER [username] WITH PASSWORD 'string'
By KYO • PostgreSQL • • Tags: postgresql
12月 13 2006
PostgreSQLへユーザーを追加
PostgreSQLへユーザーを追加する場合のメモ。
By KYO • PostgreSQL • • Tags: postgresql