X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fref-connect.xml;h=d9c992e62837ec41c69a1966e6d8b2a265b0f197;hb=a244caf265fff60cc9d00083e15951762dd7f1ca;hp=ab747266e629d14c1012355350d523b551f304df;hpb=76912477eb86dcc7ab0d47c3904f5684568d1df9;p=clsql.git diff --git a/doc/ref-connect.xml b/doc/ref-connect.xml index ab74726..d9c992e 100644 --- a/doc/ref-connect.xml +++ b/doc/ref-connect.xml @@ -1825,7 +1825,7 @@ error: 'Access denied for user: 'root@localhost' (Using password: YES)' => Error: While trying to access database localhost/test2/root using database-type POSTGRESQL: - Error database-destory failed: dropdb: database removal failed: ERROR: database "test2" does not exist + Error database-destroy failed: dropdb: database removal failed: ERROR: database "test2" does not exist has occurred. [condition type: CLSQL-ACCESS-ERROR] @@ -2082,7 +2082,12 @@ Error: While trying to access database localhost/test2/root connect-args - Other optional arguments to connect. + Other optional arguments to + connect. This macro use a value of + &nil; for connect's + make-default key, This is in + contrast to to the connect function which has a default + value of &t; for make-default.