X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fdb%2FDatabasePostgres.php;h=c9127ff599a3061f2ce3ffe578cfada30395a966;hb=708c02281e6e8880ae2cebbda7f353ce97841f94;hp=839d6a0ec2633ff0f278f75b3a7fe6a89484ec4c;hpb=e917cafe44afc92ef2cca1e2410bc083075acdb2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/db/DatabasePostgres.php b/includes/db/DatabasePostgres.php index 839d6a0ec2..c9127ff599 100644 --- a/includes/db/DatabasePostgres.php +++ b/includes/db/DatabasePostgres.php @@ -1383,6 +1383,11 @@ SQL; return (bool)$exists; } + /** + * @var string $table + * @var string $field + * @return PostgresField|null + */ function fieldInfo( $table, $field ) { return PostgresField::fromText( $this, $table, $field ); }