File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,14 @@ with the following keys:
128128 ` SERIAL ` columns or when you want to fill in the column later yourself.
129129 (Optional, default ` false ` .)
130130
131+ All the ` osm2pgsql.define*table() ` functions return a database table object.
132+ You can call the following functions on it:
133+
134+ * ` name() ` : The name of the table as specified in the define function.
135+ * ` schema() ` : The schema of the table as specified in the define function.
136+ * ` columns() ` : The columns of the table as specified in the define function.
137+ * ` add_row() ` : Add a row to the database table. See below for details.
138+
131139### Processing callbacks
132140
133141You are expected to define one or more of the following functions:
You can’t perform that action at this time.
0 commit comments