[GENERAL] creating a custom server

2001-10-18 Thread Victor Ivanov
Hi! First, sorry if this is off topic. Second, WARNING: broken english ahead :) Is it possible to create a 'custom' server which can accept normal connections from normal clients, but use different language (or just 'proxy' the queries to the real server)? A friend of mine told

Re: [GENERAL] Address already in use?

2001-04-13 Thread Victor Ivanov
On Thu, Apr 12, 2001 at 11:20:29PM -0400, Justin S. wrote: > Hi Everyone, > > Alright, I've installed PostgreSQL 7.0.3 succesfully, but I still have a > problem. When I try starting the PostgreSQL server, using the following > command: > > /usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data

Re: [GENERAL] phpPgAdmin

2000-10-26 Thread Victor Ivanov
On Thu, Oct 26, 2000 at 10:14:13AM -0200, danyele wrote: > Warning: Unable to connect to PostgresSQL server: FATAL 1: SetUserId: > user 'password=' is not in 'pg_shadow' in lib.inc.php on line 121 > Error - /www/servers/phpPgAdmin/index.php What is on line 121 in lib.inc.php? It seems you haven't

Re: [GENERAL] C function and NULL result

2000-10-18 Thread Victor Ivanov
On Tue, Oct 17, 2000 at 11:58:50AM -0400, Tom Lane wrote: > Victor Ivanov <[EMAIL PROTECTED]> writes: > > I'm using PostgreSQL 7.0.2 and I'm trying to create my own types with > > input and output functions in C. Everything works fine, but when the input > >

[GENERAL] array handling c functions

2000-09-20 Thread Victor Ivanov
-BEGIN PGP SIGNED MESSAGE- Hello, I'm (trying to) write a C function to search in array. The array is of user-defined type (time interval, start and end minute of the day, and start and end days of the week): struct tzone { int begday, endday, begmin, endmin; int key; }; (n1: i kno