Message-ID: From: "ldhasson (@ldhasson)" To: "pgjdbc/pgjdbc" Date: Mon, 30 Dec 2024 14:21:04 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3467: DatabaseMetaData.getIndexInfo() doesn't return "REMARKS" property In-Reply-To: References: List-Id: X-GitHub-Author-Login: ldhasson X-GitHub-Comment-Id: 2565545072 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3467 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3467#issuecomment-2565545072 Content-Type: text/plain; charset=utf-8 This is interesting. I thought i remember Oracle having that property. I don't have an Oracle database in hand now. But i see from the 4.3 standard that REMARKS is available in most places, but not for indices. Is this an "enhancement" the team might consider? Or are you sticking strictly to the standard? In 2024, it still feels like JDBC is missing really basic capabilities that most databases support 🙁 Thank you. Laurent. ________________________________ From: Dave Cramer ***@***.***> Sent: Monday, December 30, 2024 5:23 AM To: pgjdbc/pgjdbc ***@***.***> Cc: ***@***.*** ***@***.***>; Mention ***@***.***> Subject: Re: [pgjdbc/pgjdbc] DatabaseMetaData.getIndexInfo() doesn't return "REMARKS" property (Issue #3467) @ldhasson Here https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getIndexInfo-java.lang.String-java.lang.String-java.lang.String-boolean-boolean- is the javadoc for getIndexInfo. I do not see a REMARKS field. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: ***@***.***>