mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix postgres access_method
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12019 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
bb7f8e681e
commit
b71b839bbf
@ -1,3 +1,8 @@
|
||||
2005-11-22 Neil Williams <linux@codehelp.co.uk>
|
||||
|
||||
* src/backend/postgres/PostgresBackend.c : Correct
|
||||
postgres access_method.
|
||||
|
||||
2005-11-22 Neil Williams <linux@codehelp.co.uk>
|
||||
|
||||
* configure.in : Remove net and RPC backends,
|
||||
|
@ -2551,7 +2551,7 @@ void pgend_provider_init(void)
|
||||
|
||||
prov = g_new0(QofBackendProvider, 1);
|
||||
prov->provider_name = "The Postgres backend for Gnucash";
|
||||
prov->access_method = "sql";
|
||||
prov->access_method = "postgres";
|
||||
prov->partial_book_supported = FALSE;
|
||||
prov->backend_new = pgendNew;
|
||||
prov->provider_free = pg_provider_free;
|
||||
|
Loading…
Reference in New Issue
Block a user