1gda-config-3.0(5)                File Formats                gda-config-3.0(5)
2
3
4

NAME

6       $(sysconfdir)/libgda/config   -   libgda   global  configuration  file.
7       $(HOME)/.libgda/config - libgda user configuration file.
8

DESCRIPTION

10       The config file of libgda is an XML  file.  The  document  starts  with
11       <libgda-config>  tag,  which contains sections that hold the configured
12       database providers for libgda.
13
14       The values in the global configuration file are overriden by  the  ones
15       in the user configuration file.
16
17       Each  <section>  has  a  'path' attribute whose value must be something
18       like "/apps/libgda/Datasources/XXXXXXXX", where XXXXXXXX is the name of
19       the database backend (i.e., postgres, mysql,...)
20
21       Inside each <section> you can have for <entry> tags with 'name', 'type'
22       and 'value' attributes. Valid values for 'name'  are:  Provider,  User‐
23       name,  DSN and Description. 'type' value is always "string" and 'value'
24       contains the value for the given 'name'.
25

EXAMPLE

27       This is a sample file. You may  modify  it  manually,  add/remove  sec‐
28       tions,...
29
30              <?xml version="1.0"?>
31              <libgda-config>
32                <section path="/apps/libgda/Datasources/postgres">
33                  <entry name="Provider" type="string" value="PostgreSQL"/>
34                  <entry name="Username" type="string" value="gonzalo"/>
35                  <entry name="DSN" type="string"
36                         value="DATABASE=test;USER=gonzalo"/>
37                  <entry name="Description" type="string"
38                         value="Mi favourite provider"/>
39                </section>
40              </libgda-config>
41
42       You  can also use gda-config-tool-3.0 or mergeant (recommended) to mod‐
43       ify this file.
44

SEE ALSO

46       mergeant(1), gda-config-tool-3.0(1)
47
48
49
50
51
52gda-config-3.0(5)                File Formats                gda-config-3.0(5)
53
54
55

NAME

57       $(sysconfdir)/libgda/config  -  libgda   global   configuration   file.
58       $(HOME)/.libgda/config - libgda user configuration file.
59

DESCRIPTION

61       The  config  file  of  libgda  is an XML file. The document starts with
62       <libgda-config> tag, which contains sections that hold  the  configured
63       database providers for libgda.
64
65       The  values  in the global configuration file are overriden by the ones
66       in the user configuration file.
67
68       Each <section> has a 'path' attribute whose  value  must  be  something
69       like "/apps/libgda/Datasources/XXXXXXXX", where XXXXXXXX is the name of
70       the database backend (i.e., postgres, mysql,...)
71
72       Inside each <section> you can have for <entry> tags with 'name', 'type'
73       and  'value'  attributes.  Valid values for 'name' are: Provider, User‐
74       name, DSN and Description. 'type' value is always "string" and  'value'
75       contains the value for the given 'name'.
76

EXAMPLE

78       This  is  a  sample  file.  You may modify it manually, add/remove sec‐
79       tions,...
80
81              <?xml version="1.0"?>
82              <libgda-config>
83                <section path="/apps/libgda/Datasources/postgres">
84                  <entry name="Provider" type="string" value="PostgreSQL"/>
85                  <entry name="Username" type="string" value="gonzalo"/>
86                  <entry name="DSN" type="string"
87                         value="DATABASE=test;USER=gonzalo"/>
88                  <entry name="Description" type="string"
89                         value="Mi favourite provider"/>
90                </section>
91              </libgda-config>
92
93       You can also use gda-config-tool-3.0 or mergeant (recommended) to  mod‐
94       ify this file.
95

SEE ALSO

97       mergeant(1), gda-config-tool-3.0(1)
98
99
100
101
102
103libgda                           January 2003                gda-config-3.0(5)
Impressum