trying to connect to postgres and use the editor

trying to connect to postgres and use the editor

goldeneyegoldeneye Posts: 2Questions: 1Answers: 0

i tried to use the generator to make a table editor using PostgreSQL, changed the connection type to "type" => "postgres" but i am unable to get the data to load.... the header row shows but no data?

Answers

  • goldeneyegoldeneye Posts: 2Questions: 1Answers: 0

    the page just says 'Loading...'

  • allanallan Posts: 61,831Questions: 1Answers: 10,133 Site admin

    Hi,

    We discussed this by e-mail, and hopefully resolved it, but in case anyone else reads this thread, the issue is with the type parameter used - the first letter should be capitalised:

    "type" => "Postgres"
    

    I've added a check in for Editor 1.5 that will enforce this in future.

    Allan

This discussion has been closed.