Re: Nuance speech recognition server and Postgres

Поиск
Список
Период
Сортировка
От Darko Prenosil
Тема Re: Nuance speech recognition server and Postgres
Дата
Msg-id 200210141322.54127.darko.prenosil@finteh.hr
обсуждение исходный текст
Ответ на Nuance speech recognition server and Postgres  (Denis Gasparin <denis@edistar.com>)
Список 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 по дате отправления:

Предыдущее
От: Denis Gasparin
Дата:
Сообщение: Nuance speech recognition server and Postgres
Следующее
От: "Roberto (SmartBit)"
Дата:
Сообщение: Database files?