Re: Default extension for sql scripts

Поиск
Список
Период
Сортировка
От Florian G. Pflug
Тема Re: Default extension for sql scripts
Дата
Msg-id 435FA71A.2030800@phlo.org
обсуждение исходный текст
Ответ на Re: Default extension for sql scripts  (Dave Page <dpage@vale-housing.co.uk>)
Ответы Re: Default extension for sql scripts  (Dave Page <dpage@vale-housing.co.uk>)
Список pgadmin-hackers
Dave Page wrote:
>>>>On a related note - Does it work on windows to double-click  a saved
>>>>query,

>>>>and have pgadmin3 start _and_ open the query in a query window?
>>>No, because pgAdmin can't guess from your script which server it should
>>>connect to.

>>Well, thats fixed in 1.4 afaik - one can now switch the db-connection of a
>>query window, can't one?. The sql-file coul be opened in a query window
>>  with no
>>selected connection, and the user could chosse the connection afterwards.
>>Does this sound reasonable?
>
> Yes.
>
> BTW, I should really backout your earlier patch until after 1.4-STABLE is
> branched - I didn't realise you were starting on new functionality, probably
> because I didn't get your original email.

Well, sorry for that, I didn't mean to "sneak the patch in"..
But I didn't plan to submit patches for actually opening a saved query
with a double-click before 1.4 was branched. I just wanted to make
pgAdmin3 announce the extension .sql, and provide an icon for it -
something I more or less consider to be part of "behaving like a good
osx citizen". That pgAdmin3 now actually starts when double-clicking a
saved query (Well, at least if you named your file *.sql) is more a
byproduct of announcing the type in the Info.plist, and providing an Icon.

It's up to you, of course, to decide how to go forward with this.
My plan would be to fix the "add .sql extension to filename" bug
for 1.4, but to leave the "open query with double-click" thing
for 1.4.1 at least. I belive the Info.plist changes I sent are still
ok for 1.4 - even if it's a bit strange that pgadmin will startup on
double-clicking a file, but won't actually open the query. If you
deem that behaviour unacceptably, then I could try to figure out
how to prevent it.

greetings, Florian Pflug

Вложения

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

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by dpage: r4618 - trunk/pgadmin3/pkg/mac
Следующее
От: Dave Page
Дата:
Сообщение: Re: Default extension for sql scripts