From 12293ce215107c0f5ac75b83ff266d856538b6e5 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 625d4ce1..6bd0ade1 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", )); ?> >