Preparing search index...
The search index is not available
Typegres API Reference - v0.0.1
Typegres API Reference
pgGetCatalogForeignKeys
Function pgGetCatalogForeignKeys
pgGetCatalogForeignKeys
()
:
Setof
<
{
from
:
{
fkcols
:
Array
<
0
|
1
,
Text
<
0
|
1
>
>
;
fktable
:
Regclass
<
0
|
1
>
;
is_array
:
Bool
<
0
|
1
>
;
is_opt
:
Bool
<
0
|
1
>
;
pkcols
:
Array
<
0
|
1
,
Text
<
0
|
1
>
>
;
pktable
:
Regclass
<
0
|
1
>
;
}
;
}
,
>
Returns
Setof
<
{
from
:
{
fkcols
:
Array
<
0
|
1
,
Text
<
0
|
1
>
>
;
fktable
:
Regclass
<
0
|
1
>
;
is_array
:
Bool
<
0
|
1
>
;
is_opt
:
Bool
<
0
|
1
>
;
pkcols
:
Array
<
0
|
1
,
Text
<
0
|
1
>
>
;
pktable
:
Regclass
<
0
|
1
>
;
}
;
}
,
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Typegres API Reference - v0.0.1
Loading...