text Postgres的例子

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text Postgres的例子相关的知识,希望对你有一定的参考价值。

<?php

($worker = new GearmanWorker())->setId(34234234);
$worker->addOptions(GEARMAN_WORKER_GRAB_UNIQ);
if ($worker->addServer())
    register_shutdown_function(
        function () use (&$worker) : void {
            $worker->unregisterAll();
            unset($worker);
        }
    );
else die('Не могу подключиться к серверу gearman');

$worker->addFunction('exit',
    function (GearmanJob $job): ?string {
        $job->sendComplete(json_encode([(object)[34234], (object)[34234]]));
        exit(255);
    }
);

while ($worker->work()) echo 'Работаем';

// SELECT * FROM json_to_recordset(gman_do('exit' :: citext, 34234234 :: citext) :: json) AS result("0" integer);

以上是关于text Postgres的例子的主要内容,如果未能解决你的问题,请参考以下文章

text 创建新的db postgres

text 等待Postgres ......

text postgres crear触发器

text postgres isnull equivalente

text 在docker容器中备份/恢复postgres

text 在docker容器中备份/恢复postgres