Parameters
| Name | Type | Mode |
|---|---|---|
| idx | integer | OUT |
| short_name | text | OUT |
| long_name | text | OUT |
| can_read | boolean | OUT |
| can_write | boolean | OUT |
| create_options | text | OUT |
args: OUT idx, OUT short_name, OUT long_name, OUT can_read, OUT can_write, OUT create_options - Returns a list of raster formats supported by PostGIS through GDAL. Only those formats with can_write=True can be used by ST_AsGDALRaster
| Name | Type | Mode |
|---|---|---|
| idx | integer | OUT |
| short_name | text | OUT |
| long_name | text | OUT |
| can_read | boolean | OUT |
| can_write | boolean | OUT |
| create_options | text | OUT |