"David G. Johnston" writes:
> On Sunday, February 2, 2025, PG Doc comments form
> wrote:
>> And what also could be clarified: can a database only be created on the
>> server side?
>> Or is there also a client (SQL) command to create a new database on the
>> server?
> The description of createdb
On Sunday, February 2, 2025, PG Doc comments form
wrote:
>
> I guess this is on the server side, in a Linux shell or similar?
>
> I think this should be clarified in the text.
We haven’t even mentioned psql yet, aside from the conventions page where
we cover $ means a shell prompt.
> And what