Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: Can't replace default converter.



>      elog(NOTICE,"ALT_TO_KOI8");
>   unsigned char *src  = PG_GETARG_CSTRING(*2*);
>   unsigned char *dest = PG_GETARG_CSTRING(*3*);
>   int        len = PG_GETARG_INT32(*4*);

I don't think this is even valid C code?  Confused.

> Is anyone can tell me what I'm doing wrong?

select pg_backend_pid();
gdb -p $PID

...Robert



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group