Odbc_fdw.control is missing Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?PostGIS installation on Ubuntu 10.12 (Amazon Services)Problems moving POSTGIS database from postgresql 8.3 to 9.3 using NavicatPostGIS 2.1 error install with shared object (rtpostgis-2.1.so") Linux MintHow to enable SFCGAL in PostGIS?libiconv-2.dll missing when running shp2pgsqlError to create postgis extensionInstalling pgrouting on Ubuntu 16.04 failsPostGIS functions do not exist even when public is in the search pathHow to resolve postgis.control location error on centos 7How to resolve the “ERROR: could not open extension control file” when "create extension postgis;' for PostgreSQL 10?

Did Deadpool rescue all of the X-Force?

Why should I vote and accept answers?

What is this clumpy 20-30cm high yellow-flowered plant?

Significance of Cersei's obsession with elephants?

How does light 'choose' between wave and particle behaviour?

Has negative voting ever been officially implemented in elections, or seriously proposed, or even studied?

Denied boarding although I have proper visa and documentation. To whom should I make a complaint?

What's the meaning of "fortified infraction restraint"?

Why do early math courses focus on the cross sections of a cone and not on other 3D objects?

How can I reduce the gap between left and right of cdot with a macro?

Should I use a zero-interest credit card for a large one-time purchase?

What is the appropriate index architecture when forced to implement IsDeleted (soft deletes)?

Can the Great Weapon Master feat's damage bonus and accuracy penalty apply to attacks from the Spiritual Weapon spell?

Is it possible for SQL statements to execute concurrently within a single session in SQL Server?

Time to Settle Down!

What initially awakened the Balrog?

Disembodied hand growing fangs

Amount of permutations on an NxNxN Rubik's Cube

Why is it faster to reheat something than it is to cook it?

Why is Nikon 1.4g better when Nikon 1.8g is sharper?

Effects on objects due to a brief relocation of massive amounts of mass

Is it fair for a professor to grade us on the possession of past papers?

Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?

Is there hard evidence that the grant peer review system performs significantly better than random?



Odbc_fdw.control is missing



Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?PostGIS installation on Ubuntu 10.12 (Amazon Services)Problems moving POSTGIS database from postgresql 8.3 to 9.3 using NavicatPostGIS 2.1 error install with shared object (rtpostgis-2.1.so") Linux MintHow to enable SFCGAL in PostGIS?libiconv-2.dll missing when running shp2pgsqlError to create postgis extensionInstalling pgrouting on Ubuntu 16.04 failsPostGIS functions do not exist even when public is in the search pathHow to resolve postgis.control location error on centos 7How to resolve the “ERROR: could not open extension control file” when "create extension postgis;' for PostgreSQL 10?



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I am using cartoDB and Postgres 9.3 including PostGIS. When I try to create development user in cartoDB I get this error:



'CREATE EXTENSION IF NOT EXISTS odbc_fdw SCHEMA public;'
ERROR: could not open extension control file "/usr/share/postgresql/9.3/extension/odbc_fdw.control": No such file or directory


Also, when I try to run odbc_fdw extension inside Postgres I get the same error.



Any idea how to fix it?










share|improve this question






























    0















    I am using cartoDB and Postgres 9.3 including PostGIS. When I try to create development user in cartoDB I get this error:



    'CREATE EXTENSION IF NOT EXISTS odbc_fdw SCHEMA public;'
    ERROR: could not open extension control file "/usr/share/postgresql/9.3/extension/odbc_fdw.control": No such file or directory


    Also, when I try to run odbc_fdw extension inside Postgres I get the same error.



    Any idea how to fix it?










    share|improve this question


























      0












      0








      0








      I am using cartoDB and Postgres 9.3 including PostGIS. When I try to create development user in cartoDB I get this error:



      'CREATE EXTENSION IF NOT EXISTS odbc_fdw SCHEMA public;'
      ERROR: could not open extension control file "/usr/share/postgresql/9.3/extension/odbc_fdw.control": No such file or directory


      Also, when I try to run odbc_fdw extension inside Postgres I get the same error.



      Any idea how to fix it?










      share|improve this question
















      I am using cartoDB and Postgres 9.3 including PostGIS. When I try to create development user in cartoDB I get this error:



      'CREATE EXTENSION IF NOT EXISTS odbc_fdw SCHEMA public;'
      ERROR: could not open extension control file "/usr/share/postgresql/9.3/extension/odbc_fdw.control": No such file or directory


      Also, when I try to run odbc_fdw extension inside Postgres I get the same error.



      Any idea how to fix it?







      postgis postgresql carto






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jul 26 '16 at 12:35









      iriberri

      4,68221026




      4,68221026










      asked Jul 26 '16 at 9:10









      VNenadVNenad

      294




      294




















          2 Answers
          2






          active

          oldest

          votes


















          0














          The odbc_fdw extension is an optional component for CARTO, which should work fine without it. It requires PostgreSQL 9.5 so you would not be able to use it with 9.3 anyway.



          But the error your experiencing should be prevented by this: https://github.com/CartoDB/cartodb/commit/8c3a6e41



          Can you check your code in db_service.rb for the presence of rescue Sequel::DatabaseError?






          share|improve this answer























          • Just checked db_service.rb there is rescue Sequel::DatabaseError

            – VNenad
            Jul 26 '16 at 13:14











          • I deleted everything related to install_odbc_fdw and it works now. Hope it was clever. But in the following, I get this error: PG::Error: ERROR: role "cdb_org_member_cd4c6486da97f514ce4aaec5338e2296" does not exist. Is this something related to the previous issue?

            – VNenad
            Jul 26 '16 at 15:18


















          0














          This is an old question but I came across it and wanted to shed the light on this cdb_org_member_xxxxx" does not exist issue. This issue is caused by your having the "cartodb" extension in the template_postgis database. Remove that extension from the template_postgis and you will resolve the issue.






          share|improve this answer

























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "79"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f203546%2fodbc-fdw-control-is-missing%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            The odbc_fdw extension is an optional component for CARTO, which should work fine without it. It requires PostgreSQL 9.5 so you would not be able to use it with 9.3 anyway.



            But the error your experiencing should be prevented by this: https://github.com/CartoDB/cartodb/commit/8c3a6e41



            Can you check your code in db_service.rb for the presence of rescue Sequel::DatabaseError?






            share|improve this answer























            • Just checked db_service.rb there is rescue Sequel::DatabaseError

              – VNenad
              Jul 26 '16 at 13:14











            • I deleted everything related to install_odbc_fdw and it works now. Hope it was clever. But in the following, I get this error: PG::Error: ERROR: role "cdb_org_member_cd4c6486da97f514ce4aaec5338e2296" does not exist. Is this something related to the previous issue?

              – VNenad
              Jul 26 '16 at 15:18















            0














            The odbc_fdw extension is an optional component for CARTO, which should work fine without it. It requires PostgreSQL 9.5 so you would not be able to use it with 9.3 anyway.



            But the error your experiencing should be prevented by this: https://github.com/CartoDB/cartodb/commit/8c3a6e41



            Can you check your code in db_service.rb for the presence of rescue Sequel::DatabaseError?






            share|improve this answer























            • Just checked db_service.rb there is rescue Sequel::DatabaseError

              – VNenad
              Jul 26 '16 at 13:14











            • I deleted everything related to install_odbc_fdw and it works now. Hope it was clever. But in the following, I get this error: PG::Error: ERROR: role "cdb_org_member_cd4c6486da97f514ce4aaec5338e2296" does not exist. Is this something related to the previous issue?

              – VNenad
              Jul 26 '16 at 15:18













            0












            0








            0







            The odbc_fdw extension is an optional component for CARTO, which should work fine without it. It requires PostgreSQL 9.5 so you would not be able to use it with 9.3 anyway.



            But the error your experiencing should be prevented by this: https://github.com/CartoDB/cartodb/commit/8c3a6e41



            Can you check your code in db_service.rb for the presence of rescue Sequel::DatabaseError?






            share|improve this answer













            The odbc_fdw extension is an optional component for CARTO, which should work fine without it. It requires PostgreSQL 9.5 so you would not be able to use it with 9.3 anyway.



            But the error your experiencing should be prevented by this: https://github.com/CartoDB/cartodb/commit/8c3a6e41



            Can you check your code in db_service.rb for the presence of rescue Sequel::DatabaseError?







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Jul 26 '16 at 12:56









            jgoizuetajgoizueta

            361




            361












            • Just checked db_service.rb there is rescue Sequel::DatabaseError

              – VNenad
              Jul 26 '16 at 13:14











            • I deleted everything related to install_odbc_fdw and it works now. Hope it was clever. But in the following, I get this error: PG::Error: ERROR: role "cdb_org_member_cd4c6486da97f514ce4aaec5338e2296" does not exist. Is this something related to the previous issue?

              – VNenad
              Jul 26 '16 at 15:18

















            • Just checked db_service.rb there is rescue Sequel::DatabaseError

              – VNenad
              Jul 26 '16 at 13:14











            • I deleted everything related to install_odbc_fdw and it works now. Hope it was clever. But in the following, I get this error: PG::Error: ERROR: role "cdb_org_member_cd4c6486da97f514ce4aaec5338e2296" does not exist. Is this something related to the previous issue?

              – VNenad
              Jul 26 '16 at 15:18
















            Just checked db_service.rb there is rescue Sequel::DatabaseError

            – VNenad
            Jul 26 '16 at 13:14





            Just checked db_service.rb there is rescue Sequel::DatabaseError

            – VNenad
            Jul 26 '16 at 13:14













            I deleted everything related to install_odbc_fdw and it works now. Hope it was clever. But in the following, I get this error: PG::Error: ERROR: role "cdb_org_member_cd4c6486da97f514ce4aaec5338e2296" does not exist. Is this something related to the previous issue?

            – VNenad
            Jul 26 '16 at 15:18





            I deleted everything related to install_odbc_fdw and it works now. Hope it was clever. But in the following, I get this error: PG::Error: ERROR: role "cdb_org_member_cd4c6486da97f514ce4aaec5338e2296" does not exist. Is this something related to the previous issue?

            – VNenad
            Jul 26 '16 at 15:18













            0














            This is an old question but I came across it and wanted to shed the light on this cdb_org_member_xxxxx" does not exist issue. This issue is caused by your having the "cartodb" extension in the template_postgis database. Remove that extension from the template_postgis and you will resolve the issue.






            share|improve this answer





























              0














              This is an old question but I came across it and wanted to shed the light on this cdb_org_member_xxxxx" does not exist issue. This issue is caused by your having the "cartodb" extension in the template_postgis database. Remove that extension from the template_postgis and you will resolve the issue.






              share|improve this answer



























                0












                0








                0







                This is an old question but I came across it and wanted to shed the light on this cdb_org_member_xxxxx" does not exist issue. This issue is caused by your having the "cartodb" extension in the template_postgis database. Remove that extension from the template_postgis and you will resolve the issue.






                share|improve this answer















                This is an old question but I came across it and wanted to shed the light on this cdb_org_member_xxxxx" does not exist issue. This issue is caused by your having the "cartodb" extension in the template_postgis database. Remove that extension from the template_postgis and you will resolve the issue.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Jun 27 '18 at 20:07









                tinlyx

                5,41563374




                5,41563374










                answered Jun 26 '17 at 17:14









                user3365973user3365973

                1




                1



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Geographic Information Systems Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f203546%2fodbc-fdw-control-is-missing%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    រឿង រ៉ូមេអូ និង ហ្ស៊ុយលីយេ សង្ខេបរឿង តួអង្គ បញ្ជីណែនាំ

                    Crop image to path created in TikZ? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Crop an inserted image?TikZ pictures does not appear in posterImage behind and beyond crop marks?Tikz picture as large as possible on A4 PageTransparency vs image compression dilemmaHow to crop background from image automatically?Image does not cropTikzexternal capturing crop marks when externalizing pgfplots?How to include image path that contains a dollar signCrop image with left size given

                    QGIS export composer to PDF scale the map [closed] Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Print Composer QGIS 2.6, how to export image?QGIS 2.8.1 print composer won't export all OpenCycleMap base layer tilesSave Print/Map QGIS composer view as PNG/PDF using Python (without changing anything in visible layout)?Export QGIS Print Composer PDF with searchable text labelsQGIS Print Composer does not change from landscape to portrait orientation?How can I avoid map size and scale changes in print composer?Fuzzy PDF export in QGIS running on macSierra OSExport the legend into its 100% size using Print ComposerScale-dependent rendering in QGIS PDF output