-
Updated
Jul 13, 2020 - C++
postgresql-extension
Here are 113 public repositories matching this topic...
-
Updated
Jun 2, 2020 - PLpgSQL
-
Updated
Jun 22, 2020 - C
WaitForEvent function heavily dependant on poll.h include, but in all other places, PostgreSQL uses such include tecnhique:
#ifdef HAVE_POLL_H
#include <poll.h>
#endif
If we do define include in such a manner we got:
pasha@PG480 MINGW64 /src/pg_auto_failover
$ make
make -C src/monitor/ all
make[1]: Entering directory '/src/pg_auto_failover/src/monitor'
gcc -Wall -Wmis
-
Updated
Jul 6, 2020 - C
-
Updated
Apr 23, 2020
-
Updated
Jul 13, 2020 - Rust
-
Updated
Jul 2, 2020 - C
-
Updated
Jun 24, 2020 - C
-
Updated
Mar 29, 2020 - C
To test the fix in #222, we should create a unit test that runs IMPORT FOREIGN SCHEMA on a schema that contains no tables.
-
Updated
Mar 2, 2020 - Rust
Fix readme
Readme is not updated for v1.2
-
Updated
Aug 10, 2018 - C
-
Updated
May 22, 2020 - C
-
Updated
Jun 21, 2020 - C
-
Updated
Sep 21, 2017 - C
-
Updated
Jun 30, 2020 - C
-
Updated
Feb 11, 2020 - C++
-
Updated
Jun 12, 2017 - PLpgSQL
-
Updated
May 18, 2020 - Python
-
Updated
Mar 10, 2020 - SQLPL
-
Updated
Jul 13, 2020 - C
Is there any example of using this in unit tests with a moto mock_s3 context or a moto server endpoint?
-
Updated
Sep 28, 2019 - Perl
-
Updated
May 25, 2020 - C
I have this exact code snippet and the migration is successful.
from core.models import PersonStampedModel
from django_ltree.fields import PathField
from model_utils.models import SoftDeletableModel, TimeStampedModel
from organizations.managers import OrganizationOwnedSoftDeletableManager
from organizations.models import OrganizationOwnedModel
from partial_index import PQ, PartiImprove this page
Add a description, image, and links to the postgresql-extension topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the postgresql-extension topic, visit your repo's landing page and select "manage topics."


Write the developers documentation of the following files
https://github.com/pgRouting/pgrouting/blob/develop/src/common/arrays_input.c
https://github.com/pgRouting/pgrouting/blob/develop/include/c_common/arrays_input.h
We use Doxygen to generate the documentation
http://www.stack.nl/~dimitri/doxygen/