From: Peter Knut Date: Sun, 8 Sep 2024 21:01:26 +0000 (+0200) Subject: PostgreSQL: Fix documentation link for SERIAL type X-Git-Tag: v4.16.0~102 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=12293ce215107c0f5ac75b83ff266d856538b6e5;p=adminer.git PostgreSQL: Fix documentation link for SERIAL type Thanks to leggiero (https://github.com/vrana/adminer/pull/432) --- 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", )); ?> >