Commit 157d7ac6 authored by x42p's avatar x42p Committed by Steve Müller

Update PostgreSqlPlatform.php

missing table identifier added
parent 21465bf7
......@@ -250,7 +250,7 @@ class PostgreSqlPlatform extends AbstractPlatform
WHERE relkind = 'S'
AND n.oid = c.relnamespace
AND (n.nspname NOT LIKE 'pg_%' AND n.nspname != 'information_schema')
AND pg_table_is_visible(oid) is true";
AND pg_table_is_visible(n.oid) is true";
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment