Unless I misunderstood the documentation I think this fixes a typo. Thanks :)
From a36150c67f526cdcc9dee826dd7f69bb9b06498f Mon Sep 17 00:00:00 2001 From: Thomas Hunger <tehun...@gmail.com> Date: Sun, 11 Mar 2012 12:13:21 +0000 Subject: [PATCH] Use user_name like the Synopsis does.
--- doc/src/sgml/ref/create_database.sgml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/src/sgml/ref/create_database.sgml b/doc/src/sgml/ref/create_database.sgml index 2c34c11..4e0ed56 100644 --- a/doc/src/sgml/ref/create_database.sgml +++ b/doc/src/sgml/ref/create_database.sgml @@ -81,7 +81,7 @@ CREATE DATABASE <replaceable class="PARAMETER">name</replaceable> </listitem> </varlistentry> <varlistentry> - <term><replaceable class="parameter">use_name</replaceable></term> + <term><replaceable class="parameter">user_name</replaceable></term> <listitem> <para> The name of the database user who will own the new database, -- 1.7.2.5
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers