sql-stop

sql-stop is a compiled Lisp function in `sql.el'.

(sql-stop PROCESS EVENT)

Called when the SQL process is stopped.

Writes the input history to a history file using
`comint-write-input-ring' and inserts a short message in the SQL buffer.

This function is a sentinel watching the SQL interpreter process.
Sentinels will always get the two parameters PROCESS and EVENT.