-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

createdb


> Create a PostgreSQL database.

More information.


Create a database owned by the current user:

createdb {database_name}

Create a database owned by a specific user with a description:

createdb --owner={username} {database_name} '{description}'

Create a database from a template:

createdb --template={template_name} {database_name}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 05:09:42 2024