mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Change SQLPrimaryKeys() so that it detects the primary key
other than tablename_pkey.
This commit is contained in:
@@ -233,7 +233,7 @@ dialog:
|
||||
{
|
||||
result = SQL_SUCCESS_WITH_INFO;
|
||||
conn->errornumber = CONN_TRUNCATED;
|
||||
conn->errormsg = "The buffer was too small for the result.";
|
||||
conn->errormsg = "The buffer was too small for the ConnStrOut.";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user