Skip to main content

Can someone help me run Collect on a postgreSQL DB?

Answered

Comments

3 comments

  • Best answer
    DSP User

    Support helped me with locate where the brackets are configured: Admin > Configuration > Setup > Database Types > {vertical} page

    0
  • DSP Expert

    EWeldon: Hi Josh, it is most likely coming from the table Design. In Collect,

    1. Navigate to the table.
    2. Click on Vertical View.
    3. Click the General Information tab.
    4. Click View Design.
    5. Click the "SQL" icon. You should see the SQL queries being used to create the table and select against it and any indexes that are defined. That is most likely where the square brackets are coming from.
    0
  • DSP Expert

    EWeldon: One additional note on this: the Create syntax should stay in T-SQL because it's executed in the DSP environment. The SELECT portion should be written in PostgreSQL syntax.

    0

Please sign in to leave a comment.