[SQL] some strings from errlog

2000-06-30 Thread Vadim Passynkov

Hi,

I run  postgresql.7.0.2 on FreeBSD 3.4-STABLE like this

/usr/local/pgsql/bin/pg_ctl -w start > /usr/local/pgsql/errlog 2>&1

and some time have
"DEBUG:  ExecMarkPos: node type 18 not supported"
in errlog file
What is it ?

-- 

 Passynkov Vadim, Axxent Inc.



[SQL] Which procedural language to use for functions.

2000-06-30 Thread Saltsgaver, Scott

Which procedural language is best for writing PostgreSQL functions:
'PL/pgSQL', 'PL/perl', or 'PL/Tcl'?  

I know that I can't do table creates in 'PL/pgSQL'?  

Is there an obvious choice as far speed and size?

Thanks,
Scott Saltsgaver
[EMAIL PROTECTED]



Re: [SQL] some strings from errlog

2000-06-30 Thread Tom Lane

Vadim Passynkov <[EMAIL PROTECTED]> writes:
> I run  postgresql.7.0.2 on FreeBSD 3.4-STABLE like this

> and some time have
> "DEBUG:  ExecMarkPos: node type 18 not supported"
> in errlog file
> What is it ?

Looks like a bug to me.  Can you report the query that makes it
happen?

regards, tom lane