Re: pgAdmin3 bug

Поиск
Список
Период
Сортировка
От Stephen Oberholtzer
Тема Re: pgAdmin3 bug
Дата
Msg-id 8abd1bfd04081807073a7550f2@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgAdmin3 bug  (Andreas Pflug <pgadmin@pse-consulting.de>)
Ответы Re: pgAdmin3 bug  (Andreas Pflug <pgadmin@pse-consulting.de>)
Re: pgAdmin3 bug  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgadmin-support
On Wed, 18 Aug 2004 10:18:42 +0000, Andreas Pflug
<pgadmin@pse-consulting.de> wrote:
> Stephen Oberholtzer wrote:
> > I downloaded the latest win32 version - dated 8/17, although the
> > executable was dated 8/15?
> 
> This is correct, the new snapshot includes an old executable, with new docs.
> >
> > However, the little preview window that shows the script to recreate
> > the table gets a teeny little bit overzealous with the quote marks:
> >
> > GRANT SELECT ON TABLE foo TO "\""stevie-o\""";
> 
> Don't enter " in the name field. pgAdmin adds them as required.

I didn't enter " in the name field.  The login name is stevie-o.
Because the hyphen is treated as a token separator, the grant
statement (as SQL) needs to look like this:

GRANT SELECT ON TABLE foo TO "stevie-o"

But when pgAdmin3 tries to show the SQL that would recreate table foo,it appears to be adding two additional pairs of
quotationmarks.
 

> 
> Regards,
> Andreas
> 


-- 
-- Stevie-O
Real programmers use COPY CON PROGRAM.EXE


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

Предыдущее
От: Darren Beukes
Дата:
Сообщение: PgAdmin "make" failure on Slackware 10
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: pgAdmin3 bug