Re: Change the name of the database

Поиск
Список
Период
Сортировка
От Chris Mair
Тема Re: Change the name of the database
Дата
Msg-id 1105960799.4444.68.camel@dell
обсуждение исходный текст
Ответ на Change the name of the database  (Sylvain Brohée <sbrohee@ulb.ac.be>)
Ответы Re: Change the name of the database
Список pgsql-novice
> Could somebody help me?
> I'm trying to change the name of my psql database.
> Does it exist any command to do this.

Sure,
just issue this command:

  alter database old_db_name rename to new_db_name;

Bye,
Chris.




В списке pgsql-novice по дате отправления:

Предыдущее
От: Sylvain Brohée
Дата:
Сообщение: Change the name of the database
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: [despammed] Change the name of the database