Displaying 6 results from an estimated 6 matches for "contype".
Did you mean:
nontype
2006 Jul 20
4
Help with Rails and postgres with sequence numbers (global?)
...epend dep,
pg_namespace name,
pg_constraint cons
WHERE seq.oid = dep.objid
AND seq.relnamespace = name.oid
AND seq.relkind = ''S''
AND attr.attrelid = dep.refobjid
AND attr.attnum = dep.refobjsubid
AND attr.attrelid = cons.conrelid
AND attr.attnum = cons.conkey[1]
AND cons.contype = ''p''
AND dep.refobjid = ''partsgroup''::regclass
[4;35;1mPK and custom sequence (0.031000) SELECT
attr.attname, name.nspname, split_part(def.adsrc, ''\'''', 2)
FROM pg_class t
JOIN pg_namespace name ON (t.relnamespace = name.oid)...
2005 Feb 25
1
WebVMail Woirks but No Audio
...o them.
Here is what I see in my logs:
192.168.0.1 - - [25/Feb/2005:08:15:40 -0800] "GET
/vmail/vmail.cgi?action=audio&folder=INBOX&mailbox=2377&context=default
&password=000012&msgid=0000&format=gsm&dontcasheme=4624.gsm HTTP/1.1"
200 9438 "-" "contype"
But the box at the bottom shows up as a broken link.
Any ideas...?
Thanks
******************************************
Richard J. Sears
Vice President
American Internet Services
----------------------------------------------------
rsears@adnc.com
http:/...
2006 Mar 16
3
inserted_at seems buggy in production mode?
...pg_namespace name,
pg_constraint cons
WHERE seq.oid = dep.objid
AND seq.relnamespace = name.oid
AND seq.relkind = ''S''
AND attr.attrelid = dep.refobjid
AND attr.attnum = dep.refobjsubid
AND attr.attrelid = cons.conrelid
AND attr.attnum = cons.conkey[1]
AND cons.contype = ''p''
AND dep.refobjid = ''match_comments''::regclass
MatchComment Create (0.002280) INSERT INTO match_comments ("body",
"match_id", "player_id", "inserted_at") VALUES(''testtest'', 159, 14,
'...
2011 Dec 20
1
Disable autoneg on r8169?
...ONF(NETDEV_UP): eth0: link is not ready
I can't use ethtool to disable autoneg because the nic driver is built
into a bzImage. The root fs is currently being mounted via nfs during
pxeboot at speed 10, half-duplex. In the past for sk98lin driver I
could pass a kernel module parameter sk98lin.ConType=100FD on the
kernel boot line.
I looked at the r8169.c and tried to hard code the default to autoneg
off but that didn't work.
--- linux-2.6.18-274.12.1.el5.i686/drivers/net/r8169.c
+++ disable-autoneg/drivers/net/r8169.c
@@ -2814,7 +2814,8 @@
* rtl8169_set_speed_xmii takes good care...
2005 Nov 07
0
pk_and_sequence_for(table) bug?
...d = ''S''
AND attr.attrelid = dep.refobjid
AND attr.attnum = dep.refobjsubid
AND attr.attrelid = cons.conrelid
AND attr.attnum = cons.conkey[1]
AND cons.contype = ''p''
AND dep.refobjid = ''players''::regclass
DDL:
CREATE TABLE "public"."players" (
"id" SERIAL,
"positie" INTEGER,
"active" BOOLEAN DEFAULT false NOT NULL,
"perm...
2004 Jul 14
3
ROracle - fetch gives empty dataframe
Dear R-users,
I was able to make ROracle package to connect to the DB (Oracle91,
64bit, on Solaris). But after executing siple SQL query, "fetch"
commaned gives me an empty dataframe.
### RORACLE INSTALATION PROCEDURE ###
R CMD INSTALL --configure-args='--enable-extralibs' --enable-oracle32=no
~/tmp/ROracle_0.5-5.tar.gz #since we have 64bit Oracle9i instalation
PROBLEM: