From 374b8ed6a6bc8d2f3a5a30170d2677f680a984a7 Mon Sep 17 00:00:00 2001 From: Peter Knut Date: Sun, 8 Sep 2024 23:01:26 +0200 Subject: [PATCH] PostgreSQL: Fix documentation link for SERIAL type Thanks to leggiero (https://github.com/vrana/adminer/pull/432) --- adminer/include/editing.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/include/editing.inc.php b/adminer/include/editing.inc.php index aed5ec9b..8953419c 100644 --- a/adminer/include/editing.inc.php +++ b/adminer/include/editing.inc.php @@ -283,7 +283,7 @@ function edit_fields($fields, $collations, $type = "TABLE", $foreign_keys = arra 'sql' => "example-auto-increment.html", 'mariadb' => "auto_increment/", 'sqlite' => "autoinc.html", - 'pgsql' => "datatype.html#DATATYPE-SERIAL", + 'pgsql' => "datatype-numeric.html#DATATYPE-SERIAL", 'mssql' => "ms186775.aspx", )); ?> >