Re: PostgreSQL - unrecognized win32 error code: 38

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: PostgreSQL - unrecognized win32 error code: 38
Дата
Msg-id 20191029005548.GC3476@paquier.xyz
обсуждение исходный текст
Ответ на Re: PostgreSQL - unrecognized win32 error code: 38  (ZhenHua Cai <zhhua.cai@gmail.com>)
Ответы Re: PostgreSQL - unrecognized win32 error code: 38  (ZhenHua Cai <zhhua.cai@gmail.com>)
Список pgsql-general
On Mon, Oct 28, 2019 at 09:51:07AM -0700, ZhenHua Cai wrote:
> The following is the SQL statement of that function.
>
> DROP TABLE IF EXISTS "GenericReadList" ;
> CREATE TEMP TABLE "GenericReadList"(
> "ComputerProfileId" int NOT NULL,
> "Trustee" uuid NOT NULL,
> "AccessControlType" smallint NULL,
> "AceOrder" int NULL
> );

The original complain comes from a function called ComputeComputer.
What does it do and where does it come from?  Does it call any in-core
code which would cause the failure.  If the function is a SQL
function, could you provide a self-contained test case?
--
Michael

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Thiemo Kellner
Дата:
Сообщение: Re: SQL pretty pritner?
Следующее
От: ZhenHua Cai
Дата:
Сообщение: Re: PostgreSQL - unrecognized win32 error code: 38