1
0
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:
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

@@ -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.";
}
}