Edit query buffer

Поиск
Список
Период
Сортировка
От Wood, Bruce
Тема Edit query buffer
Дата
Msg-id 727B82C682D8E8409BD807B361874F4102208FED@xcgmd050.northgrum.com
обсуждение исходный текст
Ответы Re: Edit query buffer  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers-win32
I'm not sure if this goes here or to bugs, but it seems obvious (to me) that if this problem existed elsewhere, it
wouldhave been brought up by now. 

In the first version of the beta native Windows release, if I try to edit the query buffer using the \e command, psql
crashesspectacularly.  The error is "The instruction at "0x00422078" referenced memory at "0x00000000".  The memory
couldnot be "read"."  If I connect from a client machine to the database server and attempt the same thing, psql
crashesless spectacularly.  It just dies without a whimper.  Yes, I have PSQL_EDITOR set to notepad and if I use \e
filename,it attempts to open "filename".  If it exists, it opens.  If it doesn't exist, it asks to create it.  If it's
anyhelp, when the debugger opens, it says "Unhandled exception in psql.exe:  0xC0000005: Access Violation."  Selecting
OK,the debugger is sitting on this line: 

00422078   mov         al,byte ptr [ecx]

if that means anything.

Stepping forward to the present, attempting the same \e in the beta 4 release of psql, it gripes "could not open
temporaryfile ".\psq48F.tmp": File exists".  At least now psql doesn't crash, taking the DOS window with it (if you
launchedpsql from the menu). 

Coming from an Oracle environment, I kind of like being able to edit the buffer because I don't type very well.

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

Предыдущее
От: Tim Penhey
Дата:
Сообщение: Re: PostgreSQL 8.0.0-beta4 Windows 2000 Installation
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Signals inheritance work - major problems