Re: question about access custom enum type from C

2022-08-31 Thread Dmitry Markman
think I’m all set dm > On Sep 1, 2022, at 12:49 AM, David Rowley wrote: > > (I think this is a better question for the general mailing list) > > On Thu, 1 Sept 2022 at 16:28, Dmitry Markman wrote: >> >> Hi, when I’m trying to access values of my custom enum type I c

Re: question about access custom enum type from C

2022-08-31 Thread Dmitry Markman
n for the general mailing list) > > On Thu, 1 Sept 2022 at 16:28, Dmitry Markman wrote: >> >> Hi, when I’m trying to access values of my custom enum type I created with >> >> create type colors as enum ('red', 'green', 'brown', 'ye

question about access custom enum type from C

2022-08-31 Thread Dmitry Markman
Hi, when I’m trying to access values of my custom enum type I created with create type colors as enum ('red', 'green', 'brown', 'yellow', 'blue'); I’m getting oid as 16387 and I can see it stored as a chars is number 16387 is always OID for enum type? if not how I can get information about type

Re: how to find log

2020-12-21 Thread Dmitry Markman
Thanks Tom, Andrew I’ll try out logging_collector facility thanks again dm > On Dec 20, 2020, at 12:04 PM, Andrew Dunstan wrote: > > > On 12/20/20 11:31 AM, Tom Lane wrote: >> Dmitry Markman writes: >>> suppose I started the server with the following command &

how to find log

2020-12-20 Thread Dmitry Markman
Hi all suppose I started the server with the following command pg_ctl -D . . . start -l is there a way to get later by sending some query to the server or reading some configuration file (for example I can get data directory with the query “show data_directory”) thanks in advance Dimitry M

Re: windows config.pl question

2020-07-31 Thread Dmitry Markman
eed) /favor: select processor to optimize for, one of: where cl_out.txt is result cl -help > cl_out.txt > On Jul 31, 2020, at 10:58 PM, Michael Paquier wrote: > > On Fri, Jul 31, 2020 at 10:41:46PM -0400, Dmitry Markman wrote: >> but if I issue that command if the c

Re: windows config.pl question

2020-07-31 Thread Dmitry Markman
ectory that contain PostgreSQL distro to c: and run tests everything went smoothly thanks dm > On Jul 31, 2020, at 5:43 AM, Michael Paquier wrote: > > On Thu, Jul 30, 2020 at 11:16:01PM -0400, Dmitry Markman wrote: >> sorry I meant file src/tools/msvc/Solution.

Re: windows config.pl question

2020-07-30 Thread Dmitry Markman
gt; On Jul 30, 2020, at 10:25 PM, Dmitry Markman wrote: > > Hi Michael, thanks a lot > > I figured it out, UNC works indeed > > however I found at least 2 problems (at least in our 3p harness) > > 1. in our configuration openssl executable went to lib (I don’t know wh

Re: windows config.pl question

2020-07-30 Thread Dmitry Markman
h is mapped to Z: thanks again for your help dm > On Jul 30, 2020, at 9:59 PM, Michael Paquier wrote: > > On Thu, Jul 30, 2020 at 06:55:28AM -0400, Dmitry Markman wrote: >> icu => , >> >> is it correct? > > Exactly. > >> if it’s correct does

windows config.pl question

2020-07-30 Thread Dmitry Markman
t to add icu support what exactly should I do? should I replace undef with path? icu => , is it correct? if it’s correct does build support UNC paths? thanks in advance Dimitry Markman Dmitry Markman