You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[PG_VERSION] Do you want to run against pg13, pg14, pg15, pg16, pg17, or pg18? [env: PG_VERSION=]
399
+
[PG_VERSION] Do you want to run against pg13, pg14, pg15, pg16, pg17, pg18, or pg19? [env: PG_VERSION=]
396
400
[DBNAME] The database to connect to (and create if the first time). Defaults to a database with the same name as the current extension name [env: DBNAME=]
397
401
398
402
Options:
@@ -510,7 +514,7 @@ Run the test suite for this crate
510
514
Usage: cargo pgrx test [OPTIONS] [PG_VERSION] [TESTNAME]
511
515
512
516
Arguments:
513
-
[PG_VERSION] Do you want to run against pg13, pg14, pg15, pg16, pg17, pg18, or all? [env: PG_VERSION=]
517
+
[PG_VERSION] Do you want to run against pg13, pg14, pg15, pg16, pg17, pg18, pg19, or all? [env: PG_VERSION=]
514
518
[TESTNAME] If specified, only run tests containing this string in their names
0 commit comments