Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit392b187

Browse files
committed
Remove DROPs from contrib object creation scripts, per Dave Page.
1 parentb3f2f6e commit392b187

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

‎contrib/intagg/int_aggregate.sql.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ RETURNS int4[]
1515
AS 'MODULE_PATHNAME','int_agg_final_array'
1616
LANGUAGE 'C' IMMUTABLE STRICT;
1717

18-
-- Theaggration funcion.
18+
-- Theaggregate function itself
1919
-- uses the above functions to create an array of integers from an aggregation.
20-
DROP AGGREGATE int_array_aggregate(int4);
2120
CREATE AGGREGATE int_array_aggregate (
2221
BASETYPE = int4,
2322
SFUNC = int_agg_state,

‎contrib/pgstattuple/pgstattuple.sql.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
-- Adjust this setting to control where the objects get created.
22
SET search_path = public;
33

4-
DROP TYPE pgstattuple_type CASCADE;
54
CREATE TYPE pgstattuple_type AS (
65
table_len BIGINT,-- physical table length in bytes
76
tuple_count BIGINT,-- number of live tuples

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp