postgresql/src/include/commands
Michael Paquier 39240bcad5 Print out error position for CREATE DOMAIN
This is simply done by pushing down the ParseState available in
ProcessUtility() to DefineDomain(), giving more information about the
position of an error when running a CREATE DOMAIN query.

Most of the queries impacted by this change have been added previously
in 0172b4c944.

Author: Kirill Reshke, Jian He
Reviewed-by: Álvaro Herrera, Tom Lane, Michael Paquier
Discussion: https://postgr.es/m/CALdSSPhqfvKbDwqJaY=yEePi_aq61GmMpW88i6ZH7CMG_2Z4Cg@mail.gmail.com
2024-12-16 14:52:11 +09:00
..
alter.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
async.h Improve performance of subsystems on top of SLRU 2024-02-28 17:05:31 +01:00
cluster.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
collationcmds.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
comment.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
conversioncmds.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
copy.h Add REJECT_LIMIT option to the COPY command. 2024-10-08 18:19:58 +09:00
copyfrom_internal.h Revert "Refactor CopyReadAttributes{CSV,Text}() to use a callback in COPY FROM" 2024-02-14 10:07:22 +09:00
createas.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
dbcommands.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
dbcommands_xlog.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
defrem.h Add temporal FOREIGN KEY contraints 2024-09-17 11:29:30 +02:00
discard.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
event_trigger.h doc: Add better description for rewrite functions in event triggers 2024-10-29 15:35:01 +09:00
explain.h Set query ID for inner queries of CREATE TABLE AS and DECLARE 2024-10-28 09:03:20 +09:00
extension.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
lockcmds.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
matview.h Add is_create parameter to RefreshMatviewByOid(). 2024-07-31 16:42:19 -07:00
policy.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
portalcmds.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
prepare.h Set query ID for inner queries of CREATE TABLE AS and DECLARE 2024-10-28 09:03:20 +09:00
proclang.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
progress.h Reintroduce dead tuple counter in pg_stat_progress_vacuum. 2024-06-14 10:08:15 +09:00
publicationcmds.h Ensure stored generated columns must be published when required. 2024-12-04 09:45:18 +05:30
schemacmds.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
seclabel.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
sequence.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
subscriptioncmds.h Update copyright for 2024 2024-01-03 20:49:05 -05:00
tablecmds.h Reintroduce MAINTAIN privilege and pg_maintain predefined role. 2024-03-13 14:49:26 -05:00
tablespace.h Move all extern declarations for GUC variables to header files 2024-07-24 06:31:07 +02:00
trigger.h Revert: Allow locking updated tuples in tuple_update() and tuple_delete() 2024-04-11 16:01:34 +03:00
typecmds.h Print out error position for CREATE DOMAIN 2024-12-16 14:52:11 +09:00
user.h Add new GUC createrole_self_grant. 2023-01-10 12:44:49 -05:00
vacuum.h revert: Generalize relation analyze in table AM interface 2024-04-16 13:14:20 +03:00
view.h Update copyright for 2024 2024-01-03 20:49:05 -05:00