/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
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)
( > , < , == and so on )
Can you help me ???
Thanks in advance,
Best regards,
PEJAC pascal
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
new type in order to use cast ???
Best regards,
PEJAC Pascal
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
other type of bar code
Best regards
PEJAC Pascal
i have wrote an application dealing with ean13 and ean8 type,how can i
submit it ??
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.
i have wrote an application dealing with ean13 and ean8 type,how can i
submit it ??
regards
PEJAC Pascal
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
12 matches
Mail list logo