docs: Add a link to the idpe issue

Co-authored-by: Andrew Lamb <alamb@influxdata.com>
pull/24376/head
Carol (Nichols || Goulding) 2022-11-04 13:39:25 -04:00 committed by GitHub
parent d454c66b4b
commit 9b0af96927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -959,6 +959,7 @@ WHERE table_id = $1;
//
// - <https://rcoh.svbtle.com/postgres-unique-constraints-can-cause-deadlock>
// - <https://dba.stackexchange.com/a/195220/27897>
// - <https://github.com/influxdata/idpe/issues/16298>
let out = sqlx::query_as::<_, Column>(
r#"
INSERT INTO column_name ( name, table_id, column_type )