On 8/26/19 1:22 PM, Jeremy Thomason wrote:
here goes:
1) yes, import/export feature
2) the normal sequence for this process is a job notification, then a
progress window, then completion notification. It is not progressing
beyond the job notification
What does the job notification show?
On 8/26/19 1:07 PM, Howard Wells wrote:
On my first post, I asked the person in charge of the firewall if 5432 was open
and he told me it was. When I checked it myself later, I found out that it
wasn't. Before I post to this list again, I'll check all assumptions myself.
"Only when I go to
here goes:
1) yes, import/export feature
2) the normal sequence for this process is a job notification, then a
progress window, then completion notification. It is not progressing
beyond the job notification
3) no idea
4) nothing I could find
What I could find elsewhere on google is that p
On my first post, I asked the person in charge of the firewall if 5432 was open
and he told me it was. When I checked it myself later, I found out that it
wasn't. Before I post to this list again, I'll check all assumptions myself.
"Only when I go to the IP address of the server with the Post
On Mon, Aug 26, 2019 at 8:12 AM Tom Lane wrote:
>
> Paul A Jungwirth writes:
> > Is it expected for flinfo to be null when using DirectFunctionCall*?
>
> Yes, per the comment on those functions:
>
> * These are for invocation of a specifically named function with a
> * directly-computed paramet
Paul A Jungwirth writes:
> On Mon, Aug 26, 2019 at 8:12 AM Tom Lane wrote:
>> Yes, per the comment on those functions:
>> * These are for invocation of a specifically named function with a
>> * directly-computed parameter list. Note that neither arguments nor result
>> * are allowed to be NULL.
Hi,
I should be grateful if anyone can offer insight into how to set up PostGIS
to support ArcGIS, MapInfo and QGIS desktop users.
Looking forward to hearing from you.
Regards,
Shao
On 8/26/19 9:00 AM, Jeremy Thomason wrote:
I have been trying to find a reason and a solution for import not
working for DBs on Azure, localhost and Aiven. The import dialogue
results in a job-created notification and nothing more. It is odd as it
used to work and am not sure what has changed.
I have been trying to find a reason and a solution for import not
working for DBs on Azure, localhost and Aiven. The import dialogue
results in a job-created notification and nothing more. It is odd as it
used to work and am not sure what has changed. I am using PGAdmin4.12
on Win10
Paul A Jungwirth writes:
> Is it expected for flinfo to be null when using DirectFunctionCall*?
Yes, per the comment on those functions:
* These are for invocation of a specifically named function with a
* directly-computed parameter list. Note that neither arguments nor result
* are allowed
Hello,
I'm writing a multirange_cmp function which calls range_cmp to compare
individual elements. It looks like this:
cmp = DatumGetInt32(DirectFunctionCall2(
range_cmp,
RangeTypePGetDatum(r1),
RangeTypePGetDatum(r2)));
But I get a segfault when range_cmp tries to reach
On Sun, Aug 25, 2019 at 10:12 PM David Wall wrote:
> The main issue is that if
> we do a SELECT and get a ResultSet that has no rows, if we do a commit
> or a rollback, it seems reasonable that these are identical as no
> changes were made. My inclination is to do a Connection.commit() on the
> c
12 matches
Mail list logo