Displaying 6 results from an estimated 6 matches for "pg_depend".
2006 Mar 16
3
inserted_at seems buggy in production mode?
...ontroller"=>"match"}
Match Load (0.001001) SELECT * FROM matches WHERE (matches.id =
''159'') LIMIT 1
SQL (0.000319) BEGIN
PK and serial sequence (0.017476) SELECT attr.attname,
name.nspname, seq.relname
FROM pg_class seq,
pg_attribute attr,
pg_depend 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...
2006 Jul 20
4
Help with Rails and postgres with sequence numbers (global?)
...WHERE a.attrelid = ''partsgroup''::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum
[4;35;1mSQL (0.016000) BEGIN
[4;36;1mPK and serial sequence (0.031000) [0;1m SELECT
attr.attname, name.nspname, seq.relname
FROM pg_class seq,
pg_attribute attr,
pg_depend 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.conty...
2005 Nov 07
0
pk_and_sequence_for(table) bug?
...Here''s what RoR sends to the postgresql server with this last method call
LOG: statement: SELECT attr.attname, (name.nspname || ''.'' ||
seq.relname)
FROM pg_class seq,
pg_attribute attr,
pg_depend dep,
pg_namespace name,
pg_constraint cons
WHERE seq.oid = dep.objid
AND seq.relnamespace = name.oid
AND seq.relkind = ''S''
AND at...
2005 Nov 12
3
PostgreSQL testing
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hey all,
Could the PostgreSQL users in the crowd lend a hand testing
http://dev.rubyonrails.org/ticket/2594
on svn trunk against PG 7.4, 8.0, 8.1?
We need some more eyeballs in the stew.
Thanks!
jeremy
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (Darwin)
iD8DBQFDdm1oAQHALep9HFYRAjhCAJ4k49808L/K64DX2A2cs8pqeH/SdQCgiab3
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote:
> Did you build the Postgres code with -fsanitize-coverage=... ?
Yes:
CC = clang
CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing
-fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2015 Sep 03
2
Fuzzing complex programs
...> catalog/catalog.o catalog/dependency.o catalog/heap.o catalog/index.o
> catalog/indexing.o catalog/namespace.o catalog/aclchk.o
> catalog/objectaccess.o catalog/objectaddress.o catalog/pg_aggregate.o
> catalog/pg_collation.o catalog/pg_constraint.o catalog/pg_conversion.o
> catalog/pg_depend.o catalog/pg_enum.o catalog/pg_inherits.o
> catalog/pg_largeobject.o catalog/pg_namespace.o catalog/pg_operator.o
> catalog/pg_proc.o catalog/pg_range.o catalog/pg_db_role_setting.o
> catalog/pg_shdepend.o catalog/pg_type.o catalog/storage.o
> catalog/toasting.o parser/analyze.o parser/...