小红花·文摘
  • 首页
  • AI Tokens🪙
  • 排行榜🏆
  • 直播
  • FAQ

I compiled and uploaded zip files with latest orafce and plpgsql_check for PostgreSQL 17 and PostgreSQL 18 - I used Microsoft Visual C 2022. Setup: download...

Pavel Stehule: fresh dll of orafce and plpgsql_check for PostgreSQL 17 and PostgreSQL 18

Planet PostgreSQL Planet PostgreSQL · 2025-12-20T06:25:00Z
丹尼尔·维瑞特:将UUID版本7伪装为版本4(或8)

自RFC-9562发布以来,UUID-v7因其时间顺序特性受到关注,优于随机的UUID-v4。UUID-v7提高了数据库索引效率,但嵌入的时间戳可能存在安全隐患。为保护时间戳,可通过加密将UUID-v7转换为UUID-v4或UUID-v8,此过程在plpgsql中实现,以确保数据安全。

丹尼尔·维瑞特:将UUID版本7伪装为版本4(或8)

Planet PostgreSQL Planet PostgreSQL · 2025-11-05T14:13:00Z

PLPGSQL是PostgreSQL的过程化SQL语言,结合OpenGauss数据库展示其在应用开发中的优势。通过实际操作,学习函数创建、数据读取、SQL编程及触发器集成等关键步骤,适合企业开发者和学生,案例时长约60分钟。

基于开发者空间OpenGauss数据库的PLPGSQL实践二

华为云官方博客 华为云官方博客 · 2025-08-27T06:59:15Z

PLPGSQL是PostgreSQL的过程化SQL语言,结合了SQL与编程特性,适合复杂功能开发。本文介绍了PLPGSQL的基本用法,包括函数创建、变量声明、条件控制和循环结构,帮助开发者和学生掌握其应用优势。

基于开发者空间OpenGauss数据库的PLPGSQL实践一

华为云官方博客 华为云官方博客 · 2025-08-27T06:44:17Z

PL/pgSQL是PostgreSQL的过程化SQL语言,适合开发复杂数据库功能。本文介绍了PL/pgSQL的基本用法,包括函数创建、数据读取和触发器集成,适合企业开发者和学生,通过实际操作学习高效应用PL/pgSQL。

基于开发者空间GaussDB云数据库的PLpgSQL实践一

华为云官方博客 华为云官方博客 · 2025-08-14T03:09:39Z

PL/pgSQL是PostgreSQL的过程化SQL语言,增强了SQL功能,适合开发者和学生。本文介绍了PL/pgSQL的数据库操作,包括游标、函数和触发器的使用,帮助开发者掌握其基本用法和优势。

基于开发者空间GaussDB云数据库的PLpgSQL实践二

华为云官方博客 华为云官方博客 · 2025-08-14T03:06:02Z

I compiled and uploaded zip files plpgsql_check for PostgreSQL 16 and PostgreSQL 17 - I used Microsoft Visual C 2022. Setup: download plpgsql_check-2.7.15-x86_64-windows.zip and extract...

Pavel Stehule: fresh plpgsql_check 2.7.15 for PostgreSQL 16, 17 for MS Windows

Planet PostgreSQL Planet PostgreSQL · 2025-02-27T18:22:00Z

Originally the PL/pgSQL was very simple language and integration procedural language with SQL was very primitive. Very specific feature of PL/pgSQL is translation of every expression to SQL....

Pavel Stehule: plpgsql_check, raise warning when syntax of plpgsql expression is not pure

Planet PostgreSQL Planet PostgreSQL · 2025-02-05T21:20:00Z

I compiled and uploaded zip files with latest orafce and plpgsql_check for PostgreSQL 16 and PostgreSQL 17 - I used Microsoft Visual C 2022. Setup: download orafce-4.14.0-x64.zip or...

Pavel Stehule: compiled win x64 dll of orafce-4.14.0 and plpgsql_check-2.7.12 for PostgreSQL 16 and 17

Planet PostgreSQL Planet PostgreSQL · 2024-12-02T21:02:00Z

I compiled and uploaded zip files with latest orafce and plpgsql_check for PostgreSQL 15 and PostgreSQL 16. Setup: download orafce-4.9.3-x64.zip or plpgsql_check-2.7.4-x64.zip and extract...

Pavel Stehule: compiled win x64 dll of orafce-4.9.3 and plpgsql_check-2.7.4 for PostgreSQL 15 and 16

Planet PostgreSQL Planet PostgreSQL · 2024-03-20T20:21:00Z

Ten years ago I did some speed tests of plpgsql. I did same tests on same computer, and now, the plpgsql is about 3-4 times faster. There is still significant overhead against native (without...

Pavel Stehule: How fast is plpgsql?

Planet PostgreSQL Planet PostgreSQL · 2024-03-05T11:33:00Z

2024年1月4日,Tom Lane提交了一个补丁,允许在plpgsql中使用%TYPE和%ROWTYPE后面跟数组修饰符。这提供了一个有用的功能,可以声明一个变量,该变量是另一个变量或表列的类型的数组。这个功能很酷,但可能不会被广泛使用。现在,我们可以很容易地将变量定义为%TYPE或%ROWTYPE的数组。这个功能允许将记录集存储在变量中,以便以后可以重复使用。

Hubert 'depesz' Lubaczewski:等待 PostgreSQL 17 —— 在 plpgsql 中允许 %TYPE 和 %ROWTYPE 后跟数组修饰符。

Planet PostgreSQL Planet PostgreSQL · 2024-01-22T11:36:38Z

I compiled and uploaded zip files with latest orafce and plpgsql_check for PostgreSQL 15 and PostgreSQL 16. Setup: download orafce-4.7.0-x64.zip or plpgsql_check-2.5.4-x64.zip and extract...

Pavel Stehule: compiled dll of plpgsql_check 2.5.4 and Orafce 4.7.0 for PostgreSQL 15 and 16

Planet PostgreSQL Planet PostgreSQL · 2023-10-13T08:00:00Z

I compiled and uploaded zip files with latest orafce and plpgsql_check for PostgreSQL 14 and PostgreSQL 15. Setup: download orafce-4.0.1.zip or plpgsql_check-2.2.5.zip and extract files ...

Pavel Stehule: prepared dll of orafce 4.0.1 and plpgsql_check 2.2.5 for PostgreSQL 14 and PostgreSQL 15

Planet PostgreSQL Planet PostgreSQL · 2022-12-02T19:03:00Z
  • <<
  • <
  • 1 (current)
  • >
  • >>
👤 个人中心
在公众号发送验证码完成验证
登录验证
在本设备完成一次验证即可继续使用

完成下面两步后,将自动完成登录并继续当前操作。

1 关注公众号
小红花技术领袖公众号二维码
小红花技术领袖
如果当前 App 无法识别二维码,请在微信搜索并关注该公众号
2 发送验证码
在公众号对话中发送下面 4 位验证码
小红花技术领袖俱乐部
小红花·文摘:汇聚分发优质内容
小红花技术领袖俱乐部
Copyright © 2021-
粤ICP备2022094092号-1
公众号 小红花技术领袖俱乐部公众号二维码
视频号 小红花技术领袖俱乐部视频号二维码