<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Adis, Konrad,</p>
    <p><br>
    </p>
    <p>Just looked at the README.SBo and actually, there is the note
      about extension:</p>
    <p>[...]</p>
    <p>This script builds postgresql with some useful extension modules
      from<br>
      the contrib directory, see PG_EXTENSIONS in SlackBuild file.<br>
      To build PostgreSQL with all extensions, use the following
      command:<br>
      <br>
          # PG_EXTENSIONS=ALL ./postgresql.SlackBuild<br>
      <br>
      Please note that in order to actually use extension, you must
      execute<br>
      'CREATE EXTENSION [ IF NOT EXISTS ] extension_name' for each
      extension.<br>
    </p>
    <p>[...]</p>
    <p>So my pbm was just that I didn't RTFM :(</p>
    <p><br>
    </p>
    <p>Either choice is fine to install ALL or adding them in the
      Slackbuild,</p>
    <p>but I guess that it should be in the README, as it's the first
      thing people see from the slackbuild.org site</p>
    <p><br>
    </p>
    <p>Regards,<br>
    </p>
    Nico<br>
    <br>
    <div class="moz-cite-prefix">On 10/10/2016 10:42 PM, Konrad J
      Hambrick wrote:<br>
    </div>
    <blockquote
cite="mid:CANBHt+N6mmz+0TG88P_7RQ=Gd-btbCQv7b08MvvTsKic83m_4Q@mail.gmail.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <div dir="ltr">
        <div class="gmail_default" style="font-family:courier
          new,monospace">Adis --<br>
          <br>
        </div>
        <div class="gmail_default" style="font-family:courier
          new,monospace">I do like Nico's suggestion :)<br>
          <br>
        </div>
        <div class="gmail_default" style="font-family:courier
          new,monospace">Especially with the additional info in the
          README.<br>
          <br>
        </div>
        <div class="gmail_default" style="font-family:courier
          new,monospace">I always write a local do-package.SlackBuild
          script wrapper when I enable one-or-more optional features.<br>
          <br>
        </div>
        <div class="gmail_default" style="font-family:courier
          new,monospace">This would be right in line with my old habits.<br>
          <br>
        </div>
        <div class="gmail_default" style="font-family:courier
          new,monospace">Thanks again.<br>
          <br>
        </div>
        <div class="gmail_default" style="font-family:courier
          new,monospace">All of you SBo maintainers are much appreciated
          !<br>
          <br>
        </div>
        <div class="gmail_default" style="font-family:courier
          new,monospace">-- kjh<br>
        </div>
      </div>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">On Mon, Oct 10, 2016 at 1:40 PM, Nico <span
            dir="ltr"><<a moz-do-not-send="true"
              href="mailto:slack@lodpp.net" target="_blank">slack@lodpp.net</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">Adis,<br>
            <br>
            <br>
            Thanks for the feedback, that makes sense, light is right :)<br>
            <br>
            <br>
            Maybe another solution could be to add all the extension in
            the slackbuild, but comment them.<br>
            <br>
            With a note on the README page stating that you can
            uncomment what you need ( or pass extra args to the
            Slakbuild )<br>
            <br>
            That way we don't change the philosophy of compiling only
            what is needed .<br>
            <br>
            <br>
            Best regards,<br>
            <br>
            Nico
            <div class="HOEnZb">
              <div class="h5"><br>
                <br>
                <br>
                On 10/09/2016 09:53 PM, Adis Nezirovic wrote:<br>
                <blockquote class="gmail_quote" style="margin:0 0 0
                  .8ex;border-left:1px #ccc solid;padding-left:1ex">
                  Hey Nico,<br>
                  <br>
                  Actually, we try to keep it simple by not building it
                  all, usually an<br>
                  extension gets enabled if someone complains, so I
                  guess it's time to<br>
                  expand the list (if nobody objects).<br>
                  <br>
                  Best regards,<br>
                  Adis<br>
                  <br>
                  On Sun, Oct 9, 2016 at 4:51 PM, Nico <<a
                    moz-do-not-send="true" href="mailto:slack@lodpp.net"
                    target="_blank">slack@lodpp.net</a>> wrote:<br>
                  <blockquote class="gmail_quote" style="margin:0 0 0
                    .8ex;border-left:1px #ccc solid;padding-left:1ex">
                    Hi Adis,<br>
                    <br>
                    <br>
                    Jumpin` on the thread.<br>
                    <br>
                    Is there any reason to avoid building pgsql without
                    all extensions (contrib<br>
                    stuff )?<br>
                    <br>
                    I needed some other extension than the default you
                    put:<br>
                    <br>
                    # adminpack - helper extension for pgAdmin<br>
                    # pgcrypto - extension for some business
                    applications<br>
                    # ltree, xml2 - useful extensions for developers<br>
                    # postgres_fdw - foreign-data wrapper for access to
                    external PostgreSQL<br>
                    servers<br>
                    # file_fdw - foreign-data wrapper for access to data
                    files on filesystem<br>
                    <br>
                    I've added hstore + citext, both where need to use
                    NIPAP (ipam)<br>
                    <br>
                    <br>
                    Thanks<br>
                    <br>
                    Nico<br>
                    <br>
                    <br>
                    <br>
                    On 10/08/2016 05:21 AM, Adis Nezirovic wrote:<br>
                    <blockquote class="gmail_quote" style="margin:0 0 0
                      .8ex;border-left:1px #ccc solid;padding-left:1ex">
                      Hello,<br>
                      <br>
                      Great to hear that, I was planning to submit
                      updated script this weekend<br>
                      :-)<br>
                      <br>
                      Best regards,<br>
                      Adis<br>
                      ______________________________<wbr>_________________<br>
                      SlackBuilds-users mailing list<br>
                      <a moz-do-not-send="true"
                        href="mailto:SlackBuilds-users@slackbuilds.org"
                        target="_blank">SlackBuilds-users@slackbuilds.<wbr>org</a><br>
                      <a moz-do-not-send="true"
                        href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users"
                        rel="noreferrer" target="_blank">http://lists.slackbuilds.org/m<wbr>ailman/listinfo/slackbuilds-us<wbr>ers</a><br>
                      Archives - <a moz-do-not-send="true"
                        href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/"
                        rel="noreferrer" target="_blank">https://lists.slackbuilds.org/<wbr>pipermail/slackbuilds-users/</a><br>
                      FAQ - <a moz-do-not-send="true"
                        href="https://slackbuilds.org/faq/"
                        rel="noreferrer" target="_blank">https://slackbuilds.org/faq/</a><br>
                      <br>
                    </blockquote>
                    ______________________________<wbr>_________________<br>
                    SlackBuilds-users mailing list<br>
                    <a moz-do-not-send="true"
                      href="mailto:SlackBuilds-users@slackbuilds.org"
                      target="_blank">SlackBuilds-users@slackbuilds.<wbr>org</a><br>
                    <a moz-do-not-send="true"
                      href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users"
                      rel="noreferrer" target="_blank">http://lists.slackbuilds.org/m<wbr>ailman/listinfo/slackbuilds-us<wbr>ers</a><br>
                    Archives - <a moz-do-not-send="true"
                      href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/"
                      rel="noreferrer" target="_blank">https://lists.slackbuilds.org/<wbr>pipermail/slackbuilds-users/</a><br>
                    FAQ - <a moz-do-not-send="true"
                      href="https://slackbuilds.org/faq/"
                      rel="noreferrer" target="_blank">https://slackbuilds.org/faq/</a><br>
                    <br>
                  </blockquote>
                  ______________________________<wbr>_________________<br>
                  SlackBuilds-users mailing list<br>
                  <a moz-do-not-send="true"
                    href="mailto:SlackBuilds-users@slackbuilds.org"
                    target="_blank">SlackBuilds-users@slackbuilds.<wbr>org</a><br>
                  <a moz-do-not-send="true"
                    href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users"
                    rel="noreferrer" target="_blank">http://lists.slackbuilds.org/m<wbr>ailman/listinfo/slackbuilds-us<wbr>ers</a><br>
                  Archives - <a moz-do-not-send="true"
                    href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/"
                    rel="noreferrer" target="_blank">https://lists.slackbuilds.org/<wbr>pipermail/slackbuilds-users/</a><br>
                  FAQ - <a moz-do-not-send="true"
                    href="https://slackbuilds.org/faq/" rel="noreferrer"
                    target="_blank">https://slackbuilds.org/faq/</a><br>
                  <br>
                </blockquote>
                <br>
                ______________________________<wbr>_________________<br>
                SlackBuilds-users mailing list<br>
                <a moz-do-not-send="true"
                  href="mailto:SlackBuilds-users@slackbuilds.org"
                  target="_blank">SlackBuilds-users@slackbuilds.<wbr>org</a><br>
                <a moz-do-not-send="true"
                  href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users"
                  rel="noreferrer" target="_blank">http://lists.slackbuilds.org/m<wbr>ailman/listinfo/slackbuilds-us<wbr>ers</a><br>
                Archives - <a moz-do-not-send="true"
                  href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/"
                  rel="noreferrer" target="_blank">https://lists.slackbuilds.org/<wbr>pipermail/slackbuilds-users/</a><br>
                FAQ - <a moz-do-not-send="true"
                  href="https://slackbuilds.org/faq/" rel="noreferrer"
                  target="_blank">https://slackbuilds.org/faq/</a><br>
                <br>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
SlackBuilds-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.org</a>
<a class="moz-txt-link-freetext" href="http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users">http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users</a>
Archives - <a class="moz-txt-link-freetext" href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/">https://lists.slackbuilds.org/pipermail/slackbuilds-users/</a>
FAQ - <a class="moz-txt-link-freetext" href="https://slackbuilds.org/faq/">https://slackbuilds.org/faq/</a>

</pre>
    </blockquote>
    <br>
  </body>
</html>