Postgres Create user, modify user password, CREATE DATABASE __ Database

Source: Internet
Author: User
Tags character set create database

Reference: http://my.oschina.net/dddpeter/blog/116153

1. Create a user

1 Sudo-s-U postgres
2 Psql
3 postgres# CREATE USER xxxx1 with PASSWORD ' xxxx ';
4 postgres# CREATE DATABASE xxxx2;
5 postgres# GRANT all privileges on the DATABASE xxxx2 to xxxx1;
2. Change the password

Alter user postgres with password ' foobar ';
3. Create a Database

1 Createdb--encoding=utf8--owner=foo--template=template_postgis-ufoo

Parameter:--encoding=utf8 sets the character set of the database

--owner=foo to set the owner of the database

--tmplate=template_postgis set up a template to build a library that supports spatial data operations

--ufoo creating a database with Foo user identity


4. Pgsql command line querying all databases 0

\l Querying all databases (l is lowercase in l)

\l+ querying all databases and displaying detailed information


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.