Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Halaman ini menjelaskan cara membuat database PostgreSQL di
cluster AlloyDB.
Untuk membuat database di cluster AlloyDB, Anda harus menghubungkan klien psql
ke instance utama cluster, lalu menjalankan perintah CREATE
DATABASE PostgreSQL.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-03-06 UTC."],[[["This guide outlines the process of creating a PostgreSQL database within an AlloyDB cluster."],["Database creation requires connecting a `psql` client to the primary instance of the AlloyDB cluster."],["You need specific IAM roles, such as `roles/alloydb.admin`, `roles/owner`, or `roles/editor`, to perform this task."],["The process involves executing a `CREATE DATABASE` command at the `psql` prompt, adhering to PostgreSQL naming conventions."]]],[]]