On Tue, Feb 08, 2005 at 03:20:21AM +0100, PFC wrote:
> Anyway, it was fun to experiment with that !
Interesting -- thanks for taking the time.
--
Michael Fuhr
http://www.fuhr.org/~mfuhr/
---(end of broadcast)---
TIP 9: the planner will ignore you
I don't really gr0k your field names so I'll use an easier example :
CREATE TABLE groups ( group_id SERIAL PRIMARY KEY, group_name TEXT NULL )
WITHOUT OIDS;
CREATE TABLE people
( user_id SERIAL PRIMARY KEY,
group_id INTEGER NOT NULL REFERENCES groups(group_id),
score INTEGER NOT NULL )
WITH
I use SuSE only.>>> K(AÖPFERL Robert <[EMAIL PROTECTED]> 07-Feb-05 4:05 PM >>>
Are you using Fedora with SELinux or just SELinux?
-Original Message-From: Premsun Choltanwanich [mailto:[EMAIL PROTECTED]Sent: Montag, 07. Februar 2005 05:41To: pgsql-sql@postgresql.orgSubject: [SQL] How can
On Tue, Feb 08, 2005 at 10:36:17AM +1000, q2005 wrote:
>
> Is there any better alternative to get the first record from each group?
PostgreSQL has a non-standard SELECT DISTINCT ON query for just
this purpose.
http://www.postgresql.org/docs/8.0/static/queries-select-lists.html#QUERIES-DISTINCT
ht
Hi,
Is there any better alternative to get the first record from each group?
"subno" is an integer. The record with the smallest subno in each group is
the
first record in the group.
select itemno, measureunit, extaxprice from itmt_purchase
where subno in (select min(subno)as subno
from itm
In reading in the manual it seems the new database is based on template0.
I created my first database (wazagua) from the command line using dbcreate
wazagua.
It results in
CREATE DATABASE wazagua
WITH OWNER = postgres
ENCODING = 'SQL_ASCII';
When I created a test data base to load my ba
Any one running Redhat 3 AS?
Is it using the new Kernel when it is up to date?
Joel Fradkin
Wazagua, Inc.
2520 Trailmate Dr
Sarasota, Florida 34243
Tel. 941-753-7111 ext 305
[EMAIL PROTECTED]
www.wazagua.com
Powered by Wazagua
Providing you with the latest Web-based technology & advanced tool
Ralph Graulich wrote:
>
> Hello everyone,
>
> given is a table with a version history kind of thing I am currently
> working on. Upon this table there is a view and the application interacts
> with the view only, updating/inserting/deleting is controlled by rules. It
> seems like the record set "
Are you using Fedora with SELinux or just
SELinux?
-Original Message-From: Premsun Choltanwanich
[mailto:[EMAIL PROTECTED]Sent: Montag, 07. Februar 2005
05:41To: pgsql-sql@postgresql.orgSubject: [SQL] How can
I use large object on PostgreSQL Linux Version?
For first inform
This
seems more less rpm-related.
However: Already tried to uninstall the old
packages?
# man
rpm
-Original Message-From: Joel Fradkin
[mailto:[EMAIL PROTECTED]Sent: Samstag, 05. Februar 2005
23:36To: pgsql-sql@postgresql.orgSubject: [SQL]
postgres8 install on fedora core
10 matches
Mail list logo