---
title: "ST_FromFlatGeobufToTable"
draft: false
hidden: true
---
ST_FromFlatGeobufToTable — Creates a table based on the structure of FlatGeobuf data.
void
ST_FromFlatGeobufToTable
(
text
schemaname
, text
tablename
, bytea
FlatGeobuf input data
)
;
Creates a table based on the structure of FlatGeobuf data. ( http://flatgeobuf.org ).
schema
Schema name.
table
Table name.
data
Input FlatGeobuf data.
Availability: 3.2.0