Re: [NOVICE] Re: [GENERAL] Postgres superuser priviledges

From: Konstantinos Vassiliadis <vassilik(at)p05(dot)cs(dot)man(dot)ac(dot)uk>
To: "Gene Selkov, Jr(dot)" <selkovjr(at)mcs(dot)anl(dot)gov>
Cc: pgsql-general(at)postgreSQL(dot)org, pgsql-novice(at)postgreSQL(dot)org
Subject: Re: [NOVICE] Re: [GENERAL] Postgres superuser priviledges
Date: 1998-07-21 18:56:26
Message-ID: Pine.LNX.3.95.980721195407.29672B-100000@p05.cs.man.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi again
I tried to use your data type. I compiled the ec.c using

gcc -I$PGROOT/include -c ec.c

to produce the ec.o file

Then issued "make" and gave
Makefile:19: *** missing separator. Stop.

This is the line
$(DLOBJS): ec.o
gcc -shared -o ec.so ec.o <---Here is line 19
What is wrong?

Kostas

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 1998-07-21 19:02:45 Re: [GENERAL] returning oid of last insert?
Previous Message Doug Younger 1998-07-21 18:31:02 Encrypting Data Requests (& returns)?