1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-07 00:36:50 +03:00

Change SQLPrimaryKeys() so that it detects the primary key

other than tablename_pkey.
This commit is contained in:
Hiroshi Inoue
2001-06-22 05:59:43 +00:00
parent d8d9ed931e
commit a8dbe428de
6 changed files with 74 additions and 44 deletions

View File

@ -545,7 +545,7 @@ SQLNativeSql(
{
result = SQL_SUCCESS_WITH_INFO;
conn->errornumber = STMT_TRUNCATED;
conn->errormsg = "The buffer was too small for the result.";
conn->errormsg = "The buffer was too small for the NativeSQL.";
}
}