We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6590184 commit c8d14f6Copy full SHA for c8d14f6
lib/discovery.js
@@ -164,7 +164,7 @@ function mixinDiscovery(PostgreSQL) {
164
* @param table
165
* @returns {string}
166
*/
167
- PostgreSQL.prototype.queryForPrimaryKeys = function(owner, table) {
+ PostgreSQL.prototype.queryPrimaryKeys = function(owner, table) {
168
var sql = 'SELECT kc.table_schema AS "owner", '
169
+ 'kc.table_name AS "tableName", kc.column_name AS "columnName",'
170
+ ' kc.ordinal_position AS "keySeq",'
0 commit comments