Re: [HACKERS]

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: [HACKERS]
Дата
Msg-id GNELIHDDFBOCMGBFGEFOEEAPCFAA.chriskl@familyhealth.com.au
обсуждение исходный текст
Ответы Re: [HACKERS]  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
You're right.  It's a type in pg_dumpall.c

I have attached a fix for it.

Chris

> > ;CREATE DATABASE keystone WITH OWNER = chriskl TEMPLATE =
> template0 ENCODING
> > = 'SQL_ASCII';
> >
> > Why are all the CREATE DATABASE statements commented out?
> Surely that will
> > make the restore fail?
>
> Just guessing:
>
> The first line does not have a ; at the end; so the first semicolon (at
> the beginning of second line) will end the first line; will not comment
> the CREATE DATABASE line...
>
> I mean, it might work as below:
> DROP DATABASE au_shipping;
>
> CREATE DATABASE au_shipping WITH OWNER = auadmin TEMPLATE = template0
> ENCODING = 'SQL_ASCII';


Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: replace oidrand() with random_sample()
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS]