Re: on to communications
Bajusz Tamás <[email protected]>
| Newsgroups | gmane.comp.gnu.enterprise.general |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 09 Jun 2004 16:12:36 -0700 Craig White <[email protected]> wrote: > # gnue-schema --help-connections > > GNUe Schema Scripter > Version 0.5.4 > > <snippage> > > The following database drivers are installed on your system: > TODO > > I guess I expected to see things like psycopg here... TODO = not implemented (yet) > > # locate psycopg > <among other things, it finds...> > /usr/local/gnue/lib/python/gnue/common/datasources/drivers/postgresql/psycopg > > so I know that it's here, but it doesn't seem to work. > > and thus when I have in /usr/local/gnue/etc/connections.conf (per James > Thompsons walkthru) > > [gnue] > comment = GNUe Test Database > aliases = dcl test > provider = psycopg > host = localhost > dbname = gnue > # encoding = iso8859-1 > > and then I type... > # su - postgres > -bash-2.05b$ gnue-schema -l > > GNUe Schema Scripter > Version 0.5.4 > > GNUe Common Version 0.5.4 > > Error: No input file specified. > > For help, type: > gnue-schema --help > > I'm dead You have to pass a .gsd file as parameter to gnue-schema script. It will produce .sql files then. Try "gnue-schema --help" please :) Bajusz Tamás