Mailing lists [pgsql-www]
-
Yum.postgresql.org should have links for offline downloads Josh Berkus
-
not properly highlighted in website</a></strong> Alvaro Herrera
</li>
</ul>
</div>
</div>
</div>
</section>
</div>
</main>
<div class="modal fade" id="feedback" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" >Есть вопросы? Напишите нам!</h5>
</div>
<div class="modal-body">
<input type="text" id="feedback-email" name="email" placeholder='E-mail'
required msg-empty="Enter your e-mail"
min-length="3" msg-short="Too short e-mail"
max-length="60" msg-long="Too long e-mail"
regexp="\w+([\-+.']\w+)*@\w+([\-.]\w+)*\.\w+([\-.]\w+)*"
msg-regexp="Incorrect email address"
><div class="input-error"></div>
<input type="text" id="feedback-name" name="name" placeholder="Имя"
required msg-empty="Enter your name"
min-length="3" msg-short="Too short name"
max-length="60" msg-long ="Too long name"
><div class="input-error"></div>
<textarea id="feedback-message" name="message" placeholder="Ваше сообщение"
required msg-empty="Enter the message"
max-length="6000" msg-long="Too long message"
min-length="10" msg-short="Too short message"
></textarea>
<div class="input-error"></div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary" style="width: 100%;" onClick="sendFeedback('feedback', 'message', '', 'Mailing lists [pgsql-www]', 'production')">Send</button>
</div>
<p class="text-center" style="font-size: 14px;font-weight: 300;"><span class="dotted" onClick="loadAgreement();">Соглашаюсь с условиями обработки персональных данных</span></p>
</div>
</div>
</div>
<div class="modal" id="popup-subscribe" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-md" role="document">
<div class="modal-content">
<div class="modal-header">
<form id="popup-mailform" onsubmit="sendFeedback('popup-mailform', 'message', '', '', '');closePopup('popup-subscribe');return false;">
<input name="name" type="text" class="w-100" required placeholder="Your First and Last Name"/>
<input name="company" type="text" class="w-100" required placeholder="Company"/>
<input name="email" type="email" class="w-100" required placeholder="E-mail"/>
<input name="message" type="text" class="w-100" required placeholder="Message"/>
<div class="small">
<input id="confirm" name="confirm" type="checkbox" style="margin-bottom: 0;" required checked/>
<label for="confirm" style="display: inline;">
I confirm that I have read and accepted PostgresPro’s <a href="/privacy">Privacy Policy</a>.
</label>
<br><br>
<input id="agree" name="agree" type="checkbox" style="margin-bottom: 0;" required/>
<label for="agree" style="display: inline;">
I agree to get Postgres Pro discount offers and other marketing communications.
</label>
</div>
<div style="text-align: center;margin-top: 1em;">
<input type="submit" class="btn btn-primary" value="Send message">
</div>
</form>
</div>
</div>
</div>
</div>
<div class="modal fade" id="popup-message" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-sm" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title"></h5>
</div>
<div class="modal-body lead text-center" ></div>
<div class="modal-footer"></div>
</div>
</div>
</div>
<div class="modal fade" id="popup-flash" tabindex="-1" role="dialog" aria-hidden="true" style="cursor:wait;">
<div class="modal-dialog modal-dialog-centered modal-sm" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title"></h5>
</div>
<div class="modal-body text-center"></div>
<div class="modal-footer"></div>
</div>
</div>
</div>
<div class="modal fade" id="popup-window" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="pop-up-close" onClick="closePopupWindow();">✖</div>
<div class="modal-header">
<h5 class="modal-title"></h5>
</div>
<div class="modal-body "></div>
<div class="modal-footer"></div>
</div>
</div>
</div>
<style>
.searching .modal-dialog {
max-width:none;
margin: 0;
}
.searching .modal-content { border-radius:0; }
.searching .modal-header { border-bottom: none; }
.searching .modal-header .close {
font-size: 3em;
opacity: 1;
}
.searching .modal-header {
padding-top: 0;
padding-right: 0.5em;
}
.searching .dropdown-menu {
white-space: nowrap;
}
.searching .dropdown-menu span,
.searching .dropdown-menu a {
padding: 0 1em;
}
.searching .dropdown-menu a {
text-decoration: none;
display: block;
}
.searching .dropdown-menu a:hover {
background: var(--clr-secondary-blue-hovered);
}
option{
color:#fff;
background:#369;
}
@media (max-width: 575.99px) {
.searching .modal-body {
width: 100%;
min-width: 375px;
padding-left: 24px !important;
padding-right: 24px !important;
}
}
.searching .modal-body {
padding: 0 0 1em 0;
}
.searching input#qid {
width: 100%;
background: var(--clr-blue-light);
flex: content;
margin-right: 3px;
}
.searching .search-string-wrapper {display:flex;}
#search-button {
cursor: pointer;
padding: 4px 6px 0px 6px;
color: white;
border: none;
}
#search-button:before {
top: 2px;
left: 1px;
}
.searching input[type="radio"] {
margin-right: 0.5em;
}
.searching label {
padding-right: 1.5em;
cursor: pointer;
}
.searching select {
margin-left: 1em;
margin-right: 2em;
background-origin: padding-box !important;
background-position-x: calc(100% - 12px) !important;
background-position-y: 50% !important;
background-repeat: no-repeat !important;
background-size: 12px !important;
width: auto;
}
.icon-x {
font-size: 4em;
opacity: 0.3;
margin-left: -39px;
margin-top: 7px;
cursor: pointer;
}
.icon-x:hover {
opacity: 0.5;
}
</style>
<script>
$(document).ready( function(){
/*
$('#searching').on('shown.bs.modal', function () {
$('input#q').trigger('focus');
})
*/
$('#searching.modal').on('shown.bs.modal', function () {
$($(this).find('#qid')).focus();
})
});
</script>
<div class="modal searching" tabindex="-1" role="dialog" id="searching">
<div class="modal-dialog " role="document">
<div class="modal-content --container-fluid">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body container">
<form action="/search/" method="get" role="form" name="search-block" id="search-block"
onSubmit="document.body.style.cursor='progress';return true;">
<div class="search-string-wrapper" >
<input type="text" id="qid" name="q" value="" required placeholder="I'm looking for...">
<a class="icon-x" aria-label="Clear" onClick="$(this).parent().find('input#qid').val('');">×</a>
<div><button class="icon-search btn btn-primary" id="search-button" onClick="this.form.submit();"></button></div>
</div>
<fieldset class="search-option-wrapper" name="area">
<label><input type="radio" value="site" id="searching-option-all" name="area" onChange="if ($('#qid').val() != '') this.form.submit();" />Everywhere</label>
<label><input type="radio" value="docs" id="searching-option-doc" name="area" onChange="if ($('#qid').val() != '') this.form.submit();" />Documentation</label>
<label><input type="radio" value="archive" id="searching-option-mail" name="area" onChange="if ($('#qid').val() != '') this.form.submit();" checked />Mailing list</label>
</fieldset>
<div style="display: inline-block;">
<span>List:</span>
<select type="text" class="form-control custom-select dropdown-toggle btn btn-outline-primary" name="list" id="listList" autocomplete="off" data-items="6" onchange="this.form.submit();">
<option value="*">all lists</option>
<option value="pgsql-general" >pgsql-general</option>
<option value="pgsql-hackers" >pgsql-hackers</option>
<option value="buildfarm-members" >buildfarm-members</option>
<option value="pgadmin-hackers" >pgadmin-hackers</option>
<option value="pgadmin-support" >pgadmin-support</option>
<option value="pgsql-admin" >pgsql-admin</option>
<option value="pgsql-advocacy" >pgsql-advocacy</option>
<option value="pgsql-announce" >pgsql-announce</option>
<option value="pgsql-benchmarks" >pgsql-benchmarks</option>
<option value="pgsql-bugs" >pgsql-bugs</option>
<option value="pgsql-chat" >pgsql-chat</option>
<option value="pgsql-cluster-hackers" >pgsql-cluster-hackers</option>
<option value="pgsql-committers" >pgsql-committers</option>
<option value="pgsql-cygwin" >pgsql-cygwin</option>
<option value="pgsql-docs" >pgsql-docs</option>
<option value="pgsql-hackers-pitr" >pgsql-hackers-pitr</option>
<option value="pgsql-hackers-win32" >pgsql-hackers-win32</option>
<option value="pgsql-interfaces" >pgsql-interfaces</option>
<option value="pgsql-jdbc" >pgsql-jdbc</option>
<option value="pgsql-jobs" >pgsql-jobs</option>
<option value="pgsql-novice" >pgsql-novice</option>
<option value="pgsql-odbc" >pgsql-odbc</option>
<option value="pgsql-patches" >pgsql-patches</option>
<option value="pgsql-performance" >pgsql-performance</option>
<option value="pgsql-php" >pgsql-php</option>
<option value="pgsql-pkg-debian" >pgsql-pkg-debian</option>
<option value="pgsql-pkg-yum" >pgsql-pkg-yum</option>
<option value="pgsql-ports" >pgsql-ports</option>
<option value="pgsql-rrreviewers" >pgsql-rrreviewers</option>
<option value="pgsql-ru-general" >pgsql-ru-general</option>
<option value="pgsql-sql" >pgsql-sql</option>
<option value="pgsql-students" >pgsql-students</option>
<option value="pgsql-testers" >pgsql-testers</option>
<option value="pgsql-translators" >pgsql-translators</option>
<option selected value="pgsql-www" >pgsql-www</option>
<option value="psycopg" >psycopg</option>
</select>
</div>
<div style="display: inline-block;">
<span>Period</span>
<select type="text" class="form-control custom-select dropdown-toggle btn btn-outline-primary" name="period" id="listList" autocomplete="off" data-items="7" onchange="this.form.submit();" >
<option value="">anytime</option>
<option value="day">within last day</option>
<option value="week">within last week</option>
<option value="month">within last month</option>
<option value="halfyear">within last 6 months</option>
<option value="year">within last year</option>
</select>
</div>
<div style="display: inline-block;">
<span>Sort by</span>
<select type="text" class="form-control custom-select dropdown-toggle btn btn-outline-primary" name="order" id="listList" autocomplete="off" data-items="8" onchange="this.form.submit();" >
<option value="date">date</option>
<option value="retro">reverse date</option>
<option value="rank">rank</option>
</select>
</div>
</form>
<nav class="nav nav-deck">
<div class="menu-block">
<h6>Services</h6>
<ul class="" >
<li><a href="/services/support" class="nav-link
">24×7×365 Technical Support</a>
<li><a href="/services/migration" class="nav-link
">Migration to PostgreSQL</a>
<li><a href="/services/HA_deployments" class="nav-link
">High Availability Deployment</a>
<li><a href="/services/audit" class="nav-link
">Database Audit</a>
<li><a href="/services/remote_dba" class="nav-link
">Remote DBA for PostgreSQL</a>
</ul>
</div>
<div class="menu-block">
<h6>Products</h6>
<ul class="" >
<li><a href="/products/postgrespro/enterprise" class="nav-link
">Postgres Pro Enterprise</a>
<li><a href="/products/postgrespro/standard" class="nav-link
">Postgres Pro Standard</a>
<li><a href="/products/postgrespro/clouds" class="nav-link
">Cloud Solutions</a>
<li><a href="/products/extensions" class="nav-link
">Postgres Extensions</a>
</ul>
</div>
<div class="menu-block">
<h6>Resources</h6>
<ul class="" >
<li><a href="/blog" class="nav-link
">Blog</a>
<li><a href="/docs" class="nav-link
">Documentation</a>
<li><a href="/webinars" class="nav-link
">Webinars</a>
<li><a href="/videos" class="nav-link
">Videos</a>
<li><a href="/presentations" class="nav-link
">Presentations</a>
</ul>
</div>
<div class="menu-block">
<h6>Community</h6>
<ul class="" >
<li><a href="/events" class="nav-link
">Events</a>
<li><a href="/community/courses" class="nav-link
">Training Courses</a>
<li><a href="/community/books" class="nav-link
">Books</a>
<li><a href="/community/demodb" class="nav-link
">Demo Database</a>
<li><a href="/list" class="nav-link
">Mailing List Archives</a>
</ul>
</div>
<div class="menu-block">
<h6>About</h6>
<ul class="" >
<li><a href="/about/team" class="nav-link
">Leadership team</a>
<li><a href="/about/partners" class="nav-link
">Partners</a>
<li><a href="/about/customers" class="nav-link
">Customers</a>
<li><a href="/about/news" class="nav-link
">In the News</a>
<li><a href="/about/pressreleases" class="nav-link
">Press Releases</a>
<li><a href="/about/press" class="nav-link
">Press Info</a>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
<footer class="container-fluid" id="footer">
<div class="container pb-0">
<div class="row">
<nav class="col-lg-8">
<div class="row">
<div class="col-sm-6 col-md-4 mb-3 mb-lg-5">
<a href="/products" ><h6>Products</h6></a>
<ul class="small"><li>
<a href="/products/postgrespro/enterprise" class="nav-link">Postgres Pro Enterprise</a>
</li><li>
<a href="/products/postgrespro/standard" class="nav-link">Postgres Pro Standard</a>
</li><li>
<a href="/products/postgrespro/clouds" class="nav-link">Cloud Solutions</a>
</li><li>
<a href="/products/extensions" class="nav-link">Postgres Extensions</a>
</li></ul>
</div><div class="col-sm-6 col-md-4 mb-3 mb-lg-5">
<a href="/resources" ><h6>Resources</h6></a>
<ul class="small"><li>
<a href="/blog" class="nav-link">Blog</a>
</li><li>
<a href="/docs" class="nav-link">Documentation</a>
</li><li>
<a href="/webinars" class="nav-link">Webinars</a>
</li><li>
<a href="/videos" class="nav-link">Videos</a>
</li><li>
<a href="/presentations" class="nav-link">Presentations</a>
</li></ul>
</div><div class="col-sm-6 col-md-4 mb-3 mb-lg-5">
<a href="/services" ><h6>Services</h6></a>
<ul class="small"><li>
<a href="/services/support" class="nav-link">24×7×365 Technical Support</a>
</li><li>
<a href="/services/migration" class="nav-link">Migration to Postgres</a>
</li><li>
<a href="/services/HA_deployments" class="nav-link">High Availability Deployment</a>
</li><li>
<a href="/services/audit" class="nav-link">Database Audit</a>
</li><li>
<a href="/services/remote_dba" class="nav-link">Remote DBA for PostgreSQL</a>
</li></ul>
</div><div class="col-sm-6 col-md-4 mb-3 mb-lg-5">
<a href="/community" ><h6>Community</h6></a>
<ul class="small"><li>
<a href="/events" class="nav-link">Events</a>
</li><li>
<a href="/education/courses" class="nav-link">Training Courses</a>
</li><li>
<a href="/education/books/introbook" class="nav-link">Intro Book</a>
</li><li>
<a href="/education/demodb" class="nav-link">Demo Database</a>
</li><li>
<a href="/list" class="nav-link">Mailing List Archives</a>
</li></ul>
</div><div class="col-sm-6 col-md-4 mb-3 mb-lg-5">
<a href="/about" ><h6>About</h6></a>
<ul class="small"><li>
<a href="/about/team" class="nav-link">Leadership team</a>
</li><li>
<a href="/partners" class="nav-link">Partners</a>
</li><li>
<a href="/about/customers" class="nav-link">Customers</a>
</li><li>
<a href="/about/news" class="nav-link">In the News</a>
</li><li>
<a href="/about/pressreleases" class="nav-link">Press Releases</a>
</li><li>
<a href="/about/press" class="nav-link">Press Info</a>
</li></ul>
</div>
<div class="col-sm-6 col-md-4">
<h6>Contacts</h6>
<ul class="small">
<li>Neptune House, Marina Bay, office 207, Gibraltar, GX11 1AA</li>
<li><a href="mailto:info@postgrespro.com">info@postgrespro.com</a></li>
<li class="sociallinks-items" style="padding-top:0.5em;">
<div class="sociallinks" >
<a href="https://www.facebook.com/PostgresProEurope" target="_blank">
<svg class="sociallinks-item" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve"><desc>Facebook</desc><path style="fill:#000;" d="M47.761,24c0,13.121-10.638,23.76-23.758,23.76C10.877,47.76,0.239,37.121,0.239,24c0-13.124,10.638-23.76,23.764-23.76C37.123,0.24,47.761,10.876,47.761,24 M20.033,38.85H26.2V24.01h4.163l0.539-5.242H26.2v-3.083c0-1.156,0.769-1.427,1.308-1.427h3.318V9.168L26.258,9.15c-5.072,0-6.225,3.796-6.225,6.224v3.394H17.1v5.242h2.933V38.85z"></path></svg></a>
<!-- a href="https://twitter.com/PostgresPro" target="_blank">
<svg class="sociallinks-item" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" enable-background="new 0 0 48 48" xml:space="preserve"><desc>Twitter</desc><path style="fill:#ffffff;" d="M47.762,24c0,13.121-10.639,23.76-23.761,23.76S0.24,37.121,0.24,24c0-13.124,10.639-23.76,23.761-23.76 S47.762,10.876,47.762,24 M38.031,12.375c-1.177,0.7-2.481,1.208-3.87,1.481c-1.11-1.186-2.694-1.926-4.455-1.926 c-3.364,0-6.093,2.729-6.093,6.095c0,0.478,0.054,0.941,0.156,1.388c-5.063-0.255-9.554-2.68-12.559-6.367 c-0.524,0.898-0.825,1.947-0.825,3.064c0,2.113,1.076,3.978,2.711,5.07c-0.998-0.031-1.939-0.306-2.761-0.762v0.077 c0,2.951,2.1,5.414,4.889,5.975c-0.512,0.14-1.05,0.215-1.606,0.215c-0.393,0-0.775-0.039-1.146-0.109 c0.777,2.42,3.026,4.182,5.692,4.232c-2.086,1.634-4.712,2.607-7.567,2.607c-0.492,0-0.977-0.027-1.453-0.084 c2.696,1.729,5.899,2.736,9.34,2.736c11.209,0,17.337-9.283,17.337-17.337c0-0.263-0.004-0.527-0.017-0.789 c1.19-0.858,2.224-1.932,3.039-3.152c-1.091,0.485-2.266,0.811-3.498,0.958C36.609,14.994,37.576,13.8,38.031,12.375"></path></svg></a -->
<a href="https://www.linkedin.com/company/postgres-professional/" target="_blank">
<img class="sociallinks-item" version="1.1" src="/img/logo/sociallinks/linkedin.svg" /></a>
<a href="https://github.com/postgrespro" target="_blank">
<svg class="sociallinks-item octicon octicon-mark-github" aria-hidden="true" viewBox="0 0 16 16" version="1.1" width="32" data-view-component="true">
<path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z"></path>
</svg>
</a>
<a href="mailto:info@postgrespro.com">
<svg class="sociallinks-item" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" viewBox="0 0 256 256" xml:space="preserve">
<g transform="translate(128 128) scale(0.72 0.72)" style="">
<g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(-175.05 -175.05000000000004) scale(3.89 3.89)">
<path d="M 80.89 78.772 H 9.11 c -5.023 0 -9.11 -4.087 -9.11 -9.11 V 20.338 c 0 -5.023 4.087 -9.11 9.11 -9.11 h 71.78 c 5.023 0 9.11 4.087 9.11 9.11 v 49.324 C 90 74.686 85.913 78.772 80.89 78.772 z M 9.11 17.228 c -1.715 0 -3.11 1.396 -3.11 3.11 v 49.324 c 0 1.715 1.395 3.11 3.11 3.11 h 71.78 c 1.715 0 3.11 -1.396 3.11 -3.11 V 20.338 c 0 -1.715 -1.396 -3.11 -3.11 -3.11 H 9.11 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/>
<path d="M 45 55.427 c -5.408 0 -10.599 -2.292 -14.242 -6.288 L 2.493 18.125 l 4.435 -4.042 l 28.265 31.013 c 2.545 2.792 6.028 4.331 9.807 4.331 c 3.779 0 7.262 -1.538 9.808 -4.331 l 28.266 -31.013 l 4.434 4.042 L 59.241 49.138 C 55.599 53.135 50.408 55.427 45 55.427 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round"/>
<rect x="-0.96" y="57.16" rx="0" ry="0" width="38.98" height="6" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;" transform=" matrix(0.7053 -0.7089 0.7089 0.7053 -37.1881 30.8639) "/>
<rect x="68.47" y="40.67" rx="0" ry="0" width="6" height="38.98" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;" transform=" matrix(0.709 -0.7053 0.7053 0.709 -21.628 67.9146) "/>
</g>
</g>
</svg>
</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<form class="col-lg-4" id="mailform" onsubmit="sendFeedback('mailform', 'message', '', '', '');return false;">
<h6>Get in touch!</h6>
<input name="name" type="text" class="w-100" required placeholder="Your First and Last Name"/>
<div class="input-error"></div>
<input name="company" type="text" class="w-100" required placeholder="Company"/>
<input name="email" type="email" class="w-100" required placeholder="E-mail"/>
<input name="message" type="text" class="w-100" required placeholder="Message"/>
<div class="small">
<input id="footer-input-confirm" name="confirm" type="checkbox" style="margin-bottom: 0;" required />
<label for="footer-input-confirm" style="display: inline;">
I confirm that I have read and accepted PostgresPro’s <a href="/privacy">Privacy Policy</a>.
</label>
<br><br>
<input id="footer-input-checkbox" name="agree" type="checkbox" style="margin-bottom: 0;" required/>
<label for="footer-input-checkbox" style="display: inline;">
I agree to get Postgres Pro discount offers and other marketing communications.
</label>
</div>
<br>
<input type="submit" id="submit" class="btn btn-outline-primary" value="Send a message">
</form>
</div>
</div>
<div class="bottom-bar">
<div class="container p-0 small">
<div class="row d-none d-md-flex ">
<div class="col-xl-8 col-lg-7 col-md-6 col-sm-4 ">
<span>© Postgres Professional Europe Limited, 2015 — 2025</span>
</div>
<div class="col-xl-4 col-lg-5 col-md-6 col-sm-8 " style="text-align: right;">
<a href="/EULA_DBMS" style="margin-left:-2.5em;">EULA</a><span class="divider"></span>
<a href="/products/clouds/eula" >EULA for Cloud Environments</a><span class="divider"></span>
<a href="/privacy">Privacy Policy</a>
<span class="d-none"><span class="divider"></span>GDPR Compliance Commitment</span>
</div>
</div>
<div class="d-block d-md-none text-center" style="line-height: 2em">
<span>© Postgres Professional Europe Limited, 2015 — 2025</span><br>
<a href="/EULA_DBMS">EULA</a><br>
<a href="/products/clouds/eula" >EULA for Cloud Environments</a><br>
<a href="/privacy">Privacy Policy</a><br>
<span class="d-none">GDPR Compliance Commitment</span>
</div>
</div>
</div>
</footer>
<div id="cb-cookie-banner" class="alert alert-dark text-center mb-0" role="alert">
By continuing to browse this website, you agree to the use of cookies. Go to <a href="/privacy">Privacy Policy</a>.
<button type="button" class="btn btn-primary btn-sm ms-3 ml-5" onclick="window.cb_hideCookieBanner()">I accept cookies</button>
</div>
<script>
window.lang = 'en';
$(document).ready( function(){
whoIam();
$(".toggler").click(function(){
$(this).next().slideToggle(150);
});
$("#feedback").on('hide.bs.modal', function (e) {triggerBell(e);});
$("#feedback").on('show.bs.modal', function (e) {triggerBell(e);});
$('ul.nav li.dropdown').hover(function() {
$(this).find('.dropdown-menu').stop(true, true).delay(100).fadeIn(300);
}, function() {
$(this).find('.dropdown-menu').stop(true, true).delay(100).fadeOut(300);
});
var input = $('#search-window input')
input.focusout(function(e){
if (!$.trim($(this).val()).length) {
$('#search-window').fadeOut();
}
});
input.keydown(function(eventObject){
if( eventObject.which == 27 ){
if ($.trim($(this).val()).length) {
$(this).val('');
} else {
$('#search-window').fadeOut();
}
};
});
$(document).scroll(function () {
if (!$.trim(input.val()).length) {
$('#search-window').fadeOut();
}
});
setTimeout(function(){
$("#to-top-button").addClass("animation-opacity");
$("#bell").addClass("animation-opacity");
} , 2000);
});
function triggerBell(e) {
var bell = $('#bell');
var bell2 = $('#bell-run');
bell.toggleClass('active pulsate');
bell2.toggleClass('active pulsate-circle');
bell.find('#close').toggle();
}
var formatDate_month=["January","February","March","April","May","June","July","August","Septemper","October","November","December"];
var formatDate_weekday=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];
function formatTime(i) {
if (i<10) { i="0" + i; }
return i;
}
function formatDate(s, format) {
var d = qwx.iso2time(s);
return d.getDate() + " " + formatDate_month[d.getMonth()] + " " + d.getFullYear() +
(format == 'date' ? "" : ", " + formatDate_weekday[d.getDay()] + ", " +
formatTime(d.getHours()) + ":" + formatTime(d.getMinutes()));
}
</script>
<script type="text/javascript">
var m500 = 'Server error occured';
var incorrectFormMessage = 'Form filled incorrectly';
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55152600-3', 'auto');
ga('send', 'pageview');
</script>
<!-- Yandex.Metrika counter
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter32485545 = new Ya.Metrika({
id:32485545,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = "https://mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/32485545" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
/Yandex.Metrika counter -->
</body>
</html>
<style>
/*
.main > section:nth-of-type(odd) .card.card-list,
.main > section:nth-of-type(odd) .card.card-list > * {
background: #f4f7f9 !important;
}
.main > section:nth-of-type(even) .card.card-list,
.main > section:nth-of-type(even) .card.card-list > * {
background: white !important;
}
.card.card-list-calendar,
.card.card-list {
border: 1px solid lightgray !important ;
max-width: calc(30% - 15px);
margin-bottom: 15px;
}
@media (max-width: 767.99px) {
.card.card-list {
width: 100%;
max-width: 100%;
flex: inherit;
}
}
*/
</style>
<script>
function triggerThread() {
$("form#searchIdList div#list_parameters select").prop('disabled', $("form#searchIdList input#thread").prop("checked"));
}
</script>