Procs
proc createSchema(rdb: PostgresConnections; table: Table): PostgresSchema {. ...raises: [], tags: [], forbids: [].}
proc createSchema(rdb: PostgresConnections; table: Table; column: Column): PostgresSchema {. ...raises: [], tags: [], forbids: [].}