1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-11 09:04:02 +02:00

PostgreSQL: Fix documentation link for SERIAL type

Thanks to leggiero (https://github.com/vrana/adminer/pull/432)
This commit is contained in:
Peter Knut
2024-09-08 23:01:26 +02:00
committed by Jakub Vrana
parent c47d933ab0
commit 12293ce215

View File

@@ -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",
)); ?>
<td id="label-default"<?php echo $default_class; ?>><?php echo lang('Default value'); ?>