Re: Nuance speech recognition server and Postgres

From: Darko Prenosil <darko(dot)prenosil(at)finteh(dot)hr>
To: Denis Gasparin <denis(at)edistar(dot)com>, "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Nuance speech recognition server and Postgres
Date: 2002-10-14 14:22:54
Message-ID: 200210141322.54127.darko.prenosil@finteh.hr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Monday 14 October 2002 07:50, Denis Gasparin wrote:
> Is there anyone using the Nuance speech recognition server with Postgresql?
> The Nuance odbc database provider tryies to create its tables with
> xxx.tttttt names where xxx is the name of the user accessing the db and
> tttttt is the true name of the table.
>
> Obviously Postgres is not accepting table names with the dot character.
>

Postgres 7.3 accepts that format of table names, but the first part of the
table name is SCHEMA, which you must first create with CREATE SCHEMA.
It is all described in documentation.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2002-10-14 15:04:07 Re: Changing Column Order (Was Re: MySQL vs PostgreSQL.)
Previous Message Tom Lane 2002-10-14 14:11:05 Re: [GENERAL] Prepared statement performance...