[HACKERS] Tips performance under solaris

2001-07-10 Thread pejac
/crd_solaris_452714_102.html Cheers, PEJAC Pascal ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html

re : [HACKERS] Prob with regexp

2001-03-26 Thread pejac
Hi, There's no bug with regexp, because "*" operator in regex match zero or more times. So if you want match exactly your patern try ~ 'ibd01.*' . "." match an arbitrary character. Cheers, PEJAC Pascal ---(end of broadcast)

[HACKERS] Indexing new type ........

2001-02-15 Thread pejac
( > , < , == and so on ) Can you help me ??? Thanks in advance, Best regards, PEJAC pascal

[HACKERS] BUG WITH CREATE FUNCTION.......

2000-12-07 Thread pejac
Data Base System was interrupted being in production at Thu Dec 7 10:38:10 2000 DEBUG: Data Base System is in production state at Thu Dec 7 10:55:08 2000 Regards PEJAC Pascal

[HACKERS] CAST ON NEW TYPE

2000-12-06 Thread pejac
new type in order to use cast ??? Best regards, PEJAC Pascal

[HACKERS] Bitmap index

2000-12-04 Thread pejac
Hi, on other RDBMS (Oracle,etc...),there is an index called bitmap index that greatly improve performance compared to btree index for boolean value (such as for a sex value,it's either M or F),i would like to know if such index will be implemented inside PostgreSQL. Best regards, PEJAC Pascal

re : Re: [HACKERS] Add-on

2000-12-04 Thread pejac
other type of bar code Best regards PEJAC Pascal

[HACKERS] EAN13 for postgresql

2000-12-04 Thread pejac
i have wrote an application dealing with ean13 and ean8 type,how can i submit it ??

[HACKERS] Bitmap index

2000-12-04 Thread pejac
Hi, on other RDBMS (Oracle,etc...),there is an index called bitmap index that greatly improve performance compared to btree index for boolean value (such as for a sex value,it's either M or F),i would like to know if such index will be implemented inside PostgreSQL.

[HACKERS] Add-on

2000-12-04 Thread pejac
i have wrote an application dealing with ean13 and ean8 type,how can i submit it ??

[HACKERS] Bitmap index

2000-12-01 Thread pejac
regards PEJAC Pascal

[HACKERS] Bug with CREATE TABLE .....

2000-11-24 Thread pejac
Hi, First excuse me for my bad english, I use postgresql V7.0.2 with linux and I found a stange result with create table. CREATE TABLE "UTILISATEURS" ( .. ); Ok no problem, and when i use \\dt under pgsql i see this name. But when i write select * from UTILISATEURS ,it doesn't work. i