postgresql之Dropuser

來源:互聯網
上載者:User

標籤:postgresql   dropuser   

   Dropuser

    刪除一個PostgreSQL使用者帳戶,需要說明的是只有超級使用者或帶有CREATEROLE許可權的使用者可以執行該命令,如果要刪除超級使用者,只能通過超級使用者的身份執行該命令。該命令的使用方式如下:
    dropuser [option...] [username]
    1. 命令列選項列表:

選項

說明

-e(--echo)

回顯dropuser產生的命令並且把它發送到伺服器。

-i(--interactive)

在做任何破壞性動作前提示。

-h(--host=host)

指定PostgreSQL伺服器的主機名稱。

-p(--port=port)

指定伺服器的監聽連接埠,如不指定,則為預設的5432。

-U(--username=username)

本次操作的登入使用者名稱。

-w(--no-password)

如果當前登入使用者沒有密碼,可以指定該選項直接登入。

    2. 應用樣本:
    # 直接刪除指定使用者。  

[[email protected] ~]$ dropuser -e -i testwjw02 -p 36985 

Role "testwjw02" will be permanently removed.

Are you sure? (y/n) y

DROP ROLE testwjw02;

    # 在刪除指定使用者時,該命令會給出提示資訊,以免誤操作。

本文出自 “10931853” 部落格,請務必保留此出處http://wujianwei.blog.51cto.com/10931853/1970767

postgresql之Dropuser

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.