git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4822 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2001-06-27 06:44:40 +00:00
parent 46e97be3eb
commit c5ae7808e7

View File

@ -224,9 +224,6 @@ access).
-- Wire in the GUI to ask user for username/password to log onto the
server. (GUI already implemented, just not yet used).
-- change code for initial db access. We should query the pg_database
table to see if the database already exists.
-- distinguish between 'save' and 'save-as' in gnc-book & backend.
If user hits 'save' in the single-user or multi-user mode, it
should be a no-op (since the saves have already occured). Only
@ -269,11 +266,6 @@ access).
there will be other debilitating conditions if the backend disappears,
leaving the engine in a possibly confused state.
For example, if postgres user is misconfigured, the LOCK TABLE
will fail on session validate, and FINISH_QUERY will close the
connection. Subsequent sql will core dump gnucash, even though this
is a sysadmin error.
-- during open of register window, a query of splits is typically run
twice (once during open -- LedgerDisplayInternal(), and again
during LedgerDisplayRefresh()) this results in twice as much data