doc-exports/docs/dws/umn/dws_03_2124.html
Lu, Huayi 95132e24fc DWS UMN 830.201_new version
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com>
Reviewed-by: Rechenburg, Matthias <matthias.rechenburg@t-systems.com>
Co-authored-by: Lu, Huayi <luhuayi@huawei.com>
Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2024-05-27 11:54:34 +00:00

2.3 KiB

How Do I View Foreign Table Information?

To query information about OBS/GDS foreign tables such as OBS paths, run the following statement:

1
SELECT * FROM pg_get_tabledef ('foreign_table_name')

The following uses table traffic_data.GCJL_OBS as an example:

1
SELECT * FROM pg_get_tabledef('traffic_data.GCJL_OBS');