We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a180ff commit dbbbf3cCopy full SHA for dbbbf3c
1 file changed
docs/flex.md
@@ -128,6 +128,14 @@ with the following keys:
128
`SERIAL` columns or when you want to fill in the column later yourself.
129
(Optional, default `false`.)
130
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
139
### Processing callbacks
140
141
You are expected to define one or more of the following functions:
0 commit comments