Skip to content

Commit

Permalink
pg_namespace table isn't used.
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyj committed Dec 4, 2012
1 parent 2259893 commit d3f4625
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -267,7 +267,6 @@ def pk_and_sequence_for(table) #:nodoc:
FROM pg_class seq, FROM pg_class seq,
pg_attribute attr, pg_attribute attr,
pg_depend dep, pg_depend dep,
pg_namespace name,
pg_constraint cons pg_constraint cons
WHERE seq.oid = dep.objid WHERE seq.oid = dep.objid
AND seq.relkind = 'S' AND seq.relkind = 'S'
Expand Down

0 comments on commit d3f4625

Please sign in to comment.