Skip to content
Snippets Groups Projects
  • Simon Riggs's avatar
    4d1e2aeb
    Speed up COPY into tables with DEFAULT nextval() · 4d1e2aeb
    Simon Riggs authored
    Previously the presence of a nextval() prevented the
    use of batch-mode COPY.  This patch introduces a
    special case just for nextval() functions. In future
    we will introduce a general case solution for
    labelling volatile functions as safe for use.
    4d1e2aeb
    History
    Speed up COPY into tables with DEFAULT nextval()
    Simon Riggs authored
    Previously the presence of a nextval() prevented the
    use of batch-mode COPY.  This patch introduces a
    special case just for nextval() functions. In future
    we will introduce a general case solution for
    labelling volatile functions as safe for use.