Re: Nuance speech recognition server and Postgres - Mailing list pgsql-general

From Darko Prenosil
Subject Re: Nuance speech recognition server and Postgres
Date
Msg-id 200210141322.54127.darko.prenosil@finteh.hr
Whole thread Raw
In response to Nuance speech recognition server and Postgres  (Denis Gasparin <denis@edistar.com>)
List 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.

pgsql-general by date:

Previous
From: Denis Gasparin
Date:
Subject: Nuance speech recognition server and Postgres
Next
From: "Roberto (SmartBit)"
Date:
Subject: Database files?