Quoth adrian.kla...@gmail.com (Adrian Klaver):
> On 02/25/2013 02:49 PM, mkumbale wrote:
> > Hi, I am new to PostgreSQL. I have an empty PostgreSQL DB containing tables
> > but no data. I issued the following command in PGADMIN SQL editor:
> >
> > CREATE DATABASE "NewDefault"
> >WITH OWNER =
On 02/25/2013 02:49 PM, mkumbale wrote:
Hi, I am new to PostgreSQL. I have an empty PostgreSQL DB containing tables
but no data. I issued the following command in PGADMIN SQL editor:
CREATE DATABASE "NewDefault"
WITH OWNER = postgres
ENCODING = 'UTF8'
TEMPLATE = Default
Hi, I am new to PostgreSQL. I have an empty PostgreSQL DB containing tables
but no data. I issued the following command in PGADMIN SQL editor:
CREATE DATABASE "NewDefault"
WITH OWNER = postgres
ENCODING = 'UTF8'
TEMPLATE = Default
TABLESPACE = pg_default
LC_COLLATE
Hi all,
I would like to ask if there exists a function to calculate the
Euclidean distance between two rows of the same table.
Obviously, the distance between two non-numeric fields should be 0 if
they are the same value, 1 otherwise.
In general, I need to compute an average distance betwe