Function pgAvailableExtensionVersions
pgAvailableExtensionVersions(): Setof< { from: { comment: Text<0 | 1>; name: Name<0 | 1>; relocatable: Bool<0 | 1>; requires: Array<0 | 1, Name<0 | 1>>; schema: Name<0 | 1>; superuser: Bool<0 | 1>; trusted: Bool<0 | 1>; version: Text<0 | 1>; }; },> Returns Setof<
{
from: {
comment: Text<0 | 1>;
name: Name<0 | 1>;
relocatable: Bool<0 | 1>;
requires: Array<0 | 1, Name<0 | 1>>;
schema: Name<0 | 1>;
superuser: Bool<0 | 1>;
trusted: Bool<0 | 1>;
version: Text<0 | 1>;
};
},
>