Fei's profile精诚所至,金石为开。PhotosBlogListsMore ![]() | Help |
|
September 03 How to install postgresqlcreate user and language. 1. sudo apt-get install postgresql 2. sudo -u postgres psql template1 -c "create user fei with superuser"; 3. psql template1 4. template1=# create language plpgsql; create user and password 2. sudo -u postgres createuser mystaff 3. sudo -u postgres psql template1 4. template1=#alter user mystaff password 'password' TrackbacksThe trackback URL for this entry is: http://veyronfei.spaces.live.com/blog/cns!1E89CF6DC50941C9!1190.trak Weblogs that reference this entry
|
|
|